Skip to content

Commit eea7cf1

Browse files
authored
Merge branch 'main' into henrymercer/bump-node-js-to-v16
2 parents c22162c + fdc2a90 commit eea7cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-setup/install_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python3 -m pip install --user 'virtualenv<20.11'
2828
python3 -m pip install --user poetry!=1.0.10
2929
python3 -m pip install --user pipenv
3030

31-
if command -v python2 &> /dev/null; then
31+
if command -v python2 >/dev/null 2>&1; then
3232
# Setup Python 2 dependency installation tools.
3333
# The Ubuntu 20.04 GHA environment does not come with a Python 2 pip
3434
curl --location --fail https://bootstrap.pypa.io/pip/2.7/get-pip.py | python2

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy