Fix hard coded pip path

This commit is contained in:
twangboy 2017-07-20 10:37:08 -06:00
parent 7b8d6cbbd2
commit 9d66e273c4

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