Skip to content

Instantly share code, notes, and snippets.

@wrobstory
Created September 8, 2014 04:17
Show Gist options
  • Save wrobstory/98033556dd590132852e to your computer and use it in GitHub Desktop.
Save wrobstory/98033556dd590132852e to your computer and use it in GitHub Desktop.
PIP ALL THE THINGS
#!/bin/bash
virtualenv .env &&
source .env/bin/activate &&
brew install libevent &&
brew install libyaml &&
pip install cython &&
pip install numpy &&
pip install scipy &&
pip install pandas &&
pip install matplotlib &&
pip install seaborn &&
pip install bokeh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment