Skip to content

Instantly share code, notes, and snippets.

@alexlopezc
Forked from dnerdy/virtualenvwrapper-setup.sh
Last active February 16, 2017 17:08
Show Gist options
  • Select an option

  • Save alexlopezc/503049e7484ba699e8416c749f582531 to your computer and use it in GitHub Desktop.

Select an option

Save alexlopezc/503049e7484ba699e8416c749f582531 to your computer and use it in GitHub Desktop.
Setup virtualenvwrapper environment variables
cat >> ~/.profile <<EOF
mkdir -p $HOME/.virtualenvs
export WORKON_HOME=$HOME/.virtualenvs
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
source $(which virtualenvwrapper.sh)
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment