Home Blog CV Projects Patterns Notes Book Colophon Search

Virtualenv for scipy

15 Dec, 2016

On a new Mac, you have to run this to get virtualenv, none of the brew options seem to work:

pip install virtualenv

Only documenting this because I install virtualenv so infrequently that I forget!

To setup scipy you can then do:

virtualenv/env
env/bin/pip install numpy scipy matplotlib ipython jupyter pandas sympy nose
env/bin/python

Then you can continue the quickstart as usual.

Copyright James Gardner 1996-2020 All Rights Reserved. Admin.