Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pythonicrubyist/7590610 to your computer and use it in GitHub Desktop.
Save pythonicrubyist/7590610 to your computer and use it in GitHub Desktop.
Setting up a Python Data Analysis Environment on Ubuntu LTS 12.04 or Linux Mint 13.
sudo apt-get install libatlas-base-dev
sudo apt-get install gfortran
sudo apt-get install python-matplotlib
sudo pip install numpy
sudo pip install pandas
sudo pip install scipy
sudo pip install patsy
sudo pip install matplotlib
sudo pip install jinja2
sudo pip install ipython[all]
sudo /usr/local/bin/ipython notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment