Skip to content

Instantly share code, notes, and snippets.

@cmheisel
Forked from toastdriven/rebuild_environment.sh
Created June 2, 2011 22:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmheisel/1005440 to your computer and use it in GitHub Desktop.
Save cmheisel/1005440 to your computer and use it in GitHub Desktop.
Rebuild Environment
brew install git
brew update
brew install readline
brew link readline
brew install python
brew install postgres
brew install postgis
brew install gdal
brew install geos
brew install git
brew install tmux
brew install pip
brew install nginx
brew install exiftool
brew install libevent
brew install node
pip install ipython
pip install mercurial
pip install virtualenv
pip install BeautifulSoup==3.0.8.1
pip install docutils
pip install python-dateutil
pip install Markdown==2.0.3
pip install PyYAML
pip install ZSI
pip install python-memcached
pip install smartypants
pip install vobject
pip install httplib2
pip install ftputil==2.2.3
pip install geopy
pip install psycopg2
pip install mimeparse
pip install lxml
pip install gevent
pip install pil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment