Created
August 11, 2017 14:17
-
-
Save evaldosantos/423da589876bd14d2812affd8a093123 to your computer and use it in GitHub Desktop.
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
python get-pip.py --user | |
export PATH="$PATH:$HOME/.local/bin" | |
pip install --user virtualenvwrapper | |
export WORKON_HOME=$HOME/.virtualenvs | |
export PROJECT_HOME=$HOME/Devel | |
source $HOME/.local/bin/virtualenvwrapper.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mkvirtualenv --python=python2 alta