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 0a0b454 commit f3fd6a8Copy full SHA for f3fd6a8
scripts/install_python.sh
@@ -23,7 +23,8 @@ function install_python {
23
24
# this will add pip systemlink to pip${PYTHON_MAJOR_VERSION}
25
python -m pip install --upgrade pip --trusted-host pypi.org --trusted-host files.pythonhosted.org
26
- python -m pip install --no-cache-dir awscli boto3 requests setuptools>=78.1.1
+ python -m pip install --no-cache-dir awscli boto3 requests
27
+ python -m pip install --no-cache-dir "setuptools>=78.1.1"
28
}
29
30
# idiomatic parameter and option handling in sh
0 commit comments