Skip to content

Instantly share code, notes, and snippets.

@stephenLee
Created December 5, 2012 15:44
Show Gist options
  • Select an option

  • Save stephenLee/4216712 to your computer and use it in GitHub Desktop.

Select an option

Save stephenLee/4216712 to your computer and use it in GitHub Desktop.
virtualenvwrapper usages
  • source /usr/local/bin/virtualenvwrapper.sh
    
  • mkvirtualenv env1
    
  • ls $WORKON_HOME
    
  • lssitepackages
    
  • Switch environments with workon workon env2
  • deactive
    
  • rmvirtualenv env2
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment