Skip to content

Instantly share code, notes, and snippets.

@ovntatar
Created September 9, 2016 20:04
Show Gist options
  • Save ovntatar/6bd2b36abfc525e7013a18595958be11 to your computer and use it in GitHub Desktop.
Save ovntatar/6bd2b36abfc525e7013a18595958be11 to your computer and use it in GitHub Desktop.
python virtualenvwrapper
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