-
-
Save alexlopezc/503049e7484ba699e8416c749f582531 to your computer and use it in GitHub Desktop.
Setup virtualenvwrapper environment variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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