Last active
December 3, 2019 19:12
-
-
Save toastdriven/510296 to your computer and use it in GitHub Desktop.
Rebuild Environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
@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
No virtualenvwrapper?