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 69951ed commit 7090b54Copy full SHA for 7090b54
scripts/install_python.sh
@@ -23,8 +23,7 @@ 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
27
- python -m pip install --no-cache-dir --upgrade setuptools
+ python -m pip install --no-cache-dir awscli boto3 requests setuptools>=70.0
28
}
29
30
# idiomatic parameter and option handling in sh
0 commit comments