Commit 57ab4d7c by Arbab Nazar

Merge pull request #2661 from edx/arbab/fix-install-script

fixed the install error
parents 37f7ae13 2bfc8a8c
...@@ -31,8 +31,9 @@ sudo apt-get upgrade -y ...@@ -31,8 +31,9 @@ sudo apt-get upgrade -y
## ##
## Install system pre-requisites ## Install system pre-requisites
## ##
sudo apt-get install -y build-essential software-properties-common python-software-properties curl git-core libxml2-dev libxslt1-dev python-pip python-apt python-dev libxmlsec1-dev libfreetype6-dev swig gcc-4.8 g++-4.8 sudo apt-get install -y build-essential software-properties-common curl git-core libxml2-dev libxslt1-dev python-pip libmysqlclient-dev python-apt python-dev libxmlsec1-dev libfreetype6-dev swig gcc-4.8 g++-4.8
sudo pip install --upgrade pip sudo pip install --upgrade pip
sudo pip install --upgrade setuptools
sudo -H pip install --upgrade virtualenv sudo -H pip install --upgrade virtualenv
## ##
......
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