mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix hard coded pip path
This commit is contained in:
parent
82fdd7c2e1
commit
2c14d92a07
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue