Skip to content

Instantly share code, notes, and snippets.

@juanpabloaj
Created November 26, 2012 01:09
Show Gist options
  • Select an option

  • Save juanpabloaj/4146078 to your computer and use it in GitHub Desktop.

Select an option

Save juanpabloaj/4146078 to your computer and use it in GitHub Desktop.
numpy_matplotlib_ipython
#!/bin/bash
virtualenv venv --no-site-packages
source venv/bin/activate
pip install numpy
pip install matplotlib
easy_install readline
pip install ipython
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment