Thanks to visit codestin.com Credit goes to github.com
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.
1 parent cd4aab3 commit 641a276Copy full SHA for 641a276
installers/nix-setup-template.sh
@@ -48,9 +48,9 @@ fi
48
49
chmod +x ../python $PYTHON_MAJOR $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJORMINOR python
50
51
-echo "Upgrading PIP..."
+echo "Upgrading pip..."
52
./python -m ensurepip
53
-./python -m pip install --ignore-installed pip --no-warn-script-location
+./python -m pip install --ignore-installed pip --disable-pip-version-check --no-warn-script-location
54
55
echo "Create complete file"
56
touch $PYTHON_TOOLCACHE_VERSION_PATH/x64.complete
0 commit comments