diff options
Diffstat (limited to 'systems/centos/prepare_python_env.sh')
-rwxr-xr-x | systems/centos/prepare_python_env.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systems/centos/prepare_python_env.sh b/systems/centos/prepare_python_env.sh index ac7ccba4..108ba1f6 100755 --- a/systems/centos/prepare_python_env.sh +++ b/systems/centos/prepare_python_env.sh @@ -25,5 +25,4 @@ scl enable rh-python34 " virtualenv "$VSPERFENV_DIR" --python /opt/rh/rh-python34/root/usr/bin/python3 source "$VSPERFENV_DIR"/bin/activate pip install -r ../requirements.txt -pip install pylint " |