Created
June 15, 2016 07:51
-
-
Save tamirko/78c48fe299506807ae93793b50b786f5 to your computer and use it in GitHub Desktop.
Prepare Ubuntu 14.04
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 apt-get update | |
sudo apt-get install -y gcc | |
sudo apt-get install -y python-pip | |
sudo apt-get install -y python-virtualenv | |
sudo apt-get install -y python-dev | |
sudo pip install --upgrade pip | |
sudo pip install --upgrade virtualenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment