This commit is contained in:
Joe Rickerby
2021-05-09 10:20:51 +01:00
parent 0838df4ebb
commit f5046a600e
3 changed files with 13 additions and 17 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ def setup_python(
)
sys.exit(1)
# install pip
# ensure pip is installed
call(
["python", "-m", "ensurepip", "--default-pip"],
env=env,