Skip to content

Commit eea7cf1

Browse files
authoredMar 29, 2022
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
 

Diff for: ‎python-setup/install_tools.sh

+1-1
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)
Please sign in to comment.