Created
September 9, 2016 20:04
-
-
Save ovntatar/6bd2b36abfc525e7013a18595958be11 to your computer and use it in GitHub Desktop.
python virtualenvwrapper
This file contains 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
export WORKON_HOME=~/Envs | |
source /usr/local/bin/virtualenvwrapper.sh | |
mkvirtualenv --python=/usr/bin/python3.5 <Project> | |
workon memorial | |
sudo apt-get install libevent-dev python-dev python3-dev | |
export export WORKON_HOME=~/Envs | |
source /usr/local/bin/virtualenvwrapper.sh | |
PYTHONPATH="/home/research/Env/<Project>" | |
export PYTHONPATH | |
https://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment