More random changes

Super disorganized here. Trying to get back to a working state
This commit is contained in:
Brett Costabile
2015-11-01 16:41:16 -05:00
parent c86ba4990d
commit b76bc2729c
8 changed files with 55 additions and 22 deletions

View File

@@ -12,6 +12,15 @@ sudo apt-get -y install python-dev libyaml-dev libffi-dev
sudo apt-get -y install python-pip
sudo apt-get -y install mysql-server mysql-client
#Python 3 stuff
sudo apt-get -y install python-software-properties
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get -y update
sudo apt-get -y install python3.3
#virtualenv stuff
sudo apt-get -y install python-virtualenv
cd /vagrant/
sudo pip install --upgrade pip