Skip to content

Instantly share code, notes, and snippets.

@toastdriven
Last active December 3, 2019 19:12
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save toastdriven/510296 to your computer and use it in GitHub Desktop.
Save toastdriven/510296 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 tmux
brew install pip
brew install nginx
brew install libevent
brew install node
brew install elasticsearch
brew install markdown
brew install pypy
brew install python3
brew install redis
brew install rlwrap
pip install ipython
pip install mercurial
pip install virtualenv
pip install psycopg2
pip install lxml
pip install pillow
@toastdriven
Copy link
Author

@kennethreitz: Nope. I kinda prefer raw virtualenvs. Simple & straightforward. No one has ever been able to present the benefits of virtualenvwrapper to me in a way that makes it a must-have.

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