We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PIP_ROOT_USER_ACTION
1 parent 3545308 commit 29394d0Copy full SHA for 29394d0
installers/macos-pkg-setup-template.sh
@@ -69,8 +69,9 @@ fi
69
chmod +x ../python $PYTHON_MAJOR $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJOR_MINOR python
70
71
echo "Upgrading pip..."
72
+export PIP_ROOT_USER_ACTION=ignore
73
./python -m ensurepip
-./python -m pip install --ignore-installed pip --disable-pip-version-check --no-warn-script-location --root-user-action=ignore
74
+./python -m pip install --ignore-installed pip --disable-pip-version-check --no-warn-script-location
75
76
echo "Install OpenSSL certificates"
77
sh -e "${PYTHON_APPLICATION_PATH}/Install Certificates.command"
0 commit comments