reference pip instead
This commit is contained in:
parent
f6c8b48583
commit
7cf1c494b4
|
|
@ -29,7 +29,7 @@ def pip_command(*args) -> str:
|
|||
"""
|
||||
python = sys.executable
|
||||
|
||||
command = [python, '-m', 'pip3']
|
||||
command = [python, '-m', 'pip']
|
||||
|
||||
command.extend(args)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue