Skip to content

Instantly share code, notes, and snippets.

@tusharbabbar
Created December 3, 2014 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tusharbabbar/e26ef16b31182b283dc6 to your computer and use it in GitHub Desktop.
Save tusharbabbar/e26ef16b31182b283dc6 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo pip install virtualenv
sudo pip install virtualenvwrapper
export WORKON_HOME=~/Envs
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment