Skip to content

Commit

Permalink
Merge pull request #7 from QualiSystems/feature/alex_fix_pip_version
Browse files Browse the repository at this point in the history
Feature/alex fix pip version
  • Loading branch information
alexazarh authored Jul 25, 2018
2 parents e4fa464 + ade58cc commit 3c4094e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudshell_es_install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ then
fi

yes | yum -y install python-pip
yes | pip install -U pip
yes | pip install -U pip==9.0.1

# install wget
yum -y install wget
Expand Down Expand Up @@ -107,7 +107,7 @@ else
fi

# install virtualenv
pip install virtualenv
pip install --upgrade virtualenv==15.1.0

# add python path to customer.config
# python_path=$(which python)
Expand Down

0 comments on commit 3c4094e

Please sign in to comment.