diff options
| -rwxr-xr-x | python_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python_install.sh b/python_install.sh index 4e8010a..c989125 100755 --- a/python_install.sh +++ b/python_install.sh @@ -77,7 +77,7 @@ install_environment() if [ ${num} -gt 33 ]; then set +o errexit - "${python}" -m ensurepip --help 2>1 >/dev/null + "${python}" -m ensurepip --help 2>&1 >/dev/null local rc=$? set -o errexit |
