Use --user for tox install instead of virtualenv
[releng/global-jjb.git] / shell / python-tools-install.sh
index c57609c..74c6b9d 100644 (file)
@@ -19,6 +19,7 @@ python-heatclient~=1.16.1
 python-openstackclient~=3.16.0
 EOF
 
+# Use `python -m pip` to ensure we are using the latest version of pip
 python -m pip install --user --quiet --upgrade pip~=18.0 setuptools~=40.2.0
 python -m pip install --user --quiet --upgrade -r "$REQUIREMENTS_FILE"
 pip freeze