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 0ed0799 + 63b2636 commit fdc2a90Copy full SHA for fdc2a90
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