remove --user now that pip is 20.0.x
[releng/global-jjb.git] / shell / python-tools-install.sh
index e27d64e..7988c31 100644 (file)
@@ -35,9 +35,9 @@ EOF
 
     # Use `python -m pip` to ensure we are using pip from user venv
     python3 -m venv ~/.local
-    python3 -m pip install --user --quiet --upgrade pip
-    python3 -m pip install --user --quiet --no-warn-script-location --upgrade setuptools
-    python3 -m pip install --user --quiet --no-warn-script-location --upgrade --upgrade-strategy eager -r "$requirements_file"
+    python3 -m pip install --quiet --upgrade pip
+    python3 -m pip install --quiet --no-warn-script-location --upgrade setuptools
+    python3 -m pip install --quiet --no-warn-script-location --upgrade --upgrade-strategy eager -r "$requirements_file"
     rm -rf "$requirements_file"
     touch /tmp/pre-build-complete
 fi