fix pip upgrade command
This commit is contained in:
parent
16173769ce
commit
a8cb0c28f6
@ -286,7 +286,7 @@ def do_sevenv():
|
||||
if not glob(f'{sevenv}/lib/python3*/site-packages/{pkg}'):
|
||||
if doit:
|
||||
if upgrade:
|
||||
do(f'{sevenv}/bin/python3 -m pip --upgrade pip')
|
||||
do(f'{sevenv}/bin/python3 -m pip install --upgrade pip')
|
||||
upgrade = False
|
||||
do(f'{sevenv}/bin/python3 -m pip install {pkg}')
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user