Fix python always install as user. (#11562)

This commit is contained in:
Tony Murray
2020-05-06 12:13:33 -05:00
committed by GitHub
parent e170529692
commit c4158edda6

View File

@@ -121,7 +121,7 @@
"Illuminate\\Foundation\\ComposerScripts::postUpdate"
],
"python-requirements": [
"scripts/check_requirements.py || pip3 install -r requirements.txt || :"
"scripts/check_requirements.py || pip3 install --user -r requirements.txt || :"
]
}
}