Created
October 4, 2013 19:51
-
-
Save janewilkin/6831746 to your computer and use it in GitHub Desktop.
Attempted installing virtualenv. I already have conda install from installing that giant Anaconda package.
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
| gw@airy ~> pip --version | |
| pip 1.4.1 from /Users/gw/anaconda/lib/python2.7/site-packages (python 2.7) | |
| gw@airy ~> sudo pip install virtualenv | |
| Password: | |
| WARNING: using virtualenv with Anaconda is untested and not recommended. | |
| We suggest using the conda command to create environments instead. | |
| For more information about creating conda environments, please see: | |
| http://docs.continuum.io/conda/examples/create.html | |
| Proceed (y/n)? n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment