Skip to content

Instantly share code, notes, and snippets.

@janewilkin
Created October 4, 2013 19:51
Show Gist options
  • Select an option

  • Save janewilkin/6831746 to your computer and use it in GitHub Desktop.

Select an option

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.
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