Skip to content

Instantly share code, notes, and snippets.

@tamirko
Created June 15, 2016 07:51
Show Gist options
  • Save tamirko/78c48fe299506807ae93793b50b786f5 to your computer and use it in GitHub Desktop.
Save tamirko/78c48fe299506807ae93793b50b786f5 to your computer and use it in GitHub Desktop.
Prepare Ubuntu 14.04
#!/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