aboutsummaryrefslogtreecommitdiffstats
path: root/python_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'python_install.sh')
-rwxr-xr-xpython_install.sh2
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