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