Created
October 5, 2012 01:48
-
-
Save masayang/3837602 to your computer and use it in GitHub Desktop.
Virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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