Created
April 16, 2016 08:12
-
-
Save free5ty1e/5909b5a859c1f06c9ef23e7f19baba1a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/bash | |
sudo chown -R "$USER" ~ | |
sudo chown -R "$USER" /usr/local | |
sudo apt-get -y install python-pip python-dev build-essential links2 lynx | |
easy_install --upgrade pip | |
pip install virtualenv twitter rainbowstream | |
pip install virtualenv twitter rainbowstream --upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment