Skip to content

Instantly share code, notes, and snippets.

@campeterson
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save campeterson/9422175 to your computer and use it in GitHub Desktop.

Select an option

Save campeterson/9422175 to your computer and use it in GitHub Desktop.
Setup Server for Data Workflow

Just keeping track of the steps I took installing Pandas on an EC2 Redhat Instance

sudo easy_install pip

sudo yum install python-matplotlib scipy python-pandas sympy python-nose

sudo yum install build-essential gfortran gcc g++ python-dev

sudo pip install pandas

Still not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment