aboutsummaryrefslogtreecommitdiffstats
path: root/systems/centos/prepare_python_env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'systems/centos/prepare_python_env.sh')
-rwxr-xr-xsystems/centos/prepare_python_env.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/systems/centos/prepare_python_env.sh b/systems/centos/prepare_python_env.sh
index ac7ccba4..4f5c0065 100755
--- a/systems/centos/prepare_python_env.sh
+++ b/systems/centos/prepare_python_env.sh
@@ -21,9 +21,8 @@ if [ -d "$VSPERFENV_DIR" ] ; then
exit
fi
-scl enable rh-python34 "
-virtualenv "$VSPERFENV_DIR" --python /opt/rh/rh-python34/root/usr/bin/python3
+scl enable rh-python36 "
+virtualenv "$VSPERFENV_DIR" --python /opt/rh/rh-python36/root/usr/bin/python3
source "$VSPERFENV_DIR"/bin/activate
pip install -r ../requirements.txt
-pip install pylint
"