Skip to content

Instantly share code, notes, and snippets.

@garrettwilkin
Created October 4, 2013 19:51
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 garrettwilkin/6831746 to your computer and use it in GitHub Desktop.
Save garrettwilkin/6831746 to your computer and use it in GitHub Desktop.
Attempted installing virtualenv. I already have conda install from installing that giant Anaconda package.
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