Skip to content

Instantly share code, notes, and snippets.

@suhailvs
Last active August 29, 2015 14:13
Show Gist options
  • Save suhailvs/d4c2f50553620427e7e2 to your computer and use it in GitHub Desktop.
Save suhailvs/d4c2f50553620427e7e2 to your computer and use it in GitHub Desktop.
How to install v wrapper
$ sudo pip install virtualenvwrapper

# append it to file `.bashrc`
$ vi ~/.bashrc
source /usr/local/bin/virtualenvwrapper.sh

now restart terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment