Skip to content

Instantly share code, notes, and snippets.

@masayang
Created October 5, 2012 01:48
Show Gist options
  • Save masayang/3837602 to your computer and use it in GitHub Desktop.
Save masayang/3837602 to your computer and use it in GitHub Desktop.
Virtualenv
$ source virtualenvwrapper.sh
$ lsvirtualenv
bootcamp1
$ workon bootcamp1
(bootcamp1)$ lssitepackages
dateutil pylab.pyc
easy-install.pth pytz
matplotlib scikit_learn-0.12-py2.7.egg-info
matplotlib-1.1.1-py2.7.egg-info scipy
mpl_toolkits scipy-0.11.0-py2.7.egg-info
numpy setuptools-0.6c11-py2.7.egg
numpy-1.6.2-py2.7.egg-info setuptools.pth
pip-1.2.1-py2.7.egg sklearn
pylab.py
(bootcamp1)$ deactivate
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment