Commit f61ce0a1 by Edward Zarecor

refactoring

parent f0fd8d16
...@@ -79,10 +79,15 @@ fi ...@@ -79,10 +79,15 @@ fi
# Required for add-apt-repository # Required for add-apt-repository
apt-get install -y software-properties-common python-software-properties git apt-get install -y software-properties-common python-software-properties git
# Install python 2.7.10 # Add git PPA
add-apt-repository ppa:fkrull/deadsnakes-python2.7 add-apt-repository ppa:git-core/ppa
# Add python PPA
ppa:git-core/ppa
# Install python 2.7.10, git and other common requirements
apt-get update -y apt-get update -y
apt-get install -y build-essential sudo python2.7 python2.7-dev python-pip python-apt python-yaml python-jinja2 libmysqlclient-dev apt-get install -y build-essential sudo git python2.7 python2.7-dev python-pip python-apt python-yaml python-jinja2 libmysqlclient-dev
pip install virtualenv==${VIRTUAL_ENV_VERSION} pip install virtualenv==${VIRTUAL_ENV_VERSION}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment