^
This commit is contained in:
parent
a687e932f7
commit
5df920743b
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ if [ ! -d "$HD/env/saleor" ]; then
|
|||
wait
|
||||
fi
|
||||
# Activate the virtual environment
|
||||
sudo -u $UN source $HD/env/saleor/bin/activate
|
||||
source $HD/env/saleor/bin/activate
|
||||
# Make sure pip is upgraded
|
||||
sudo -u $UN python3 -m pip install --upgrade pip
|
||||
wait
|
||||
|
|
Loading…
Reference in a new issue