Upgrade to latest pip

This commit is contained in:
twangboy 2016-02-03 13:21:44 -07:00
parent 0f09ad517f
commit 7ef723d815

View file

@ -215,6 +215,12 @@ $MAKE
sudo -H $MAKE install
############################################################################
# upgrade pip
############################################################################
sudo -H /opt/salt/bin/pip install --upgrade pip
############################################################################
# Download and install salt python dependencies
############################################################################