diff options
Diffstat (limited to 'systems/rhel/7.2/prepare_python_env.sh')
-rwxr-xr-x | systems/rhel/7.2/prepare_python_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/rhel/7.2/prepare_python_env.sh b/systems/rhel/7.2/prepare_python_env.sh index 0178954e..fb5882f1 100755 --- a/systems/rhel/7.2/prepare_python_env.sh +++ b/systems/rhel/7.2/prepare_python_env.sh @@ -22,7 +22,7 @@ if [ -d "$VSPERFENV_DIR" ] ; then fi scl enable python33 " -virtualenv "$VSPERFENV_DIR" --python /usr/bin/python3 +virtualenv "$VSPERFENV_DIR" --python /opt/rh/python33/root/usr/bin/python3 source "$VSPERFENV_DIR"/bin/activate pip install -r ../requirements.txt pip install pylint |