8000
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.
2 parents c22162c + fdc2a90 commit eea7cf1Copy full SHA for eea7cf1
python-setup/install_tools.sh
@@ -28,7 +28,7 @@ python3 -m pip install --user 'virtualenv<20.11'
28
python3 -m pip install --user poetry!=1.0.10
29
python3 -m pip install --user pipenv
30
31
-if command -v python2 &> /dev/null; then
+if command -v python2 >/dev/null 2>&1; then
32
# Setup Python 2 dependency installation tools.
33
# The Ubuntu 20.04 GHA environment does not come with a Python 2 pip
34
curl --location --fail https://bootstrap.pypa.io/pip/2.7/get-pip.py | python2
0 commit comments