Skip to content

Instantly share code, notes, and snippets.

@nkabir
Created November 1, 2011 18:11
Show Gist options
  • Save nkabir/1331404 to your computer and use it in GitHub Desktop.
Save nkabir/1331404 to your computer and use it in GitHub Desktop.
set up pandas on Ubuntu 10.04 LTS
#!/usr/bin/env bash
apt-get -y install build-essential python-dev python-setuptools python-pip python-tk
apt-get -y install gfortran libatlas-base-dev libfreetype6-dev libpng12-dev tk-dev tk8.5-dev
apt-get -y install python-dateutil
pip install numpy
pip install scipy
pip install pandas
pip install matplotlib
# set /etc/matplotlibrc
# interactive : True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment