Skip to content

Instantly share code, notes, and snippets.

@draptik
Last active September 2, 2016 01:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save draptik/5638602 to your computer and use it in GitHub Desktop.
Save draptik/5638602 to your computer and use it in GitHub Desktop.
# pacman -S python-virtualenvwrapper
$ echo 'WORKON_HOME=$HOME/.virtualenvs' >> ~/.bashrc
$ . ~/.bashrc
$ mkdir -p $WORKON_HOME
$ echo 'source /usr/bin/virtualenvwrapper.sh' > ~/.bashrc
$ . ~/.bashrc
$ mkvirtualenv -p python2.7 --distribute blog_env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment