Fix hard coded pip path

This commit is contained in:
twangboy 2017-07-20 10:37:08 -06:00 committed by rallytime
parent 82fdd7c2e1
commit 2c14d92a07

View file

@ -241,7 +241,7 @@ sudo -H $MAKE install
############################################################################
# upgrade pip
############################################################################
sudo -H /opt/salt/bin/pip install --upgrade pip
sudo -H $PIP install --upgrade pip
############################################################################
# Download and install salt python dependencies