diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-05-04 13:59:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-04 13:59:42 +0000 |
commit | 89864cbc856cd5cf3369429d64465615097be604 (patch) | |
tree | 2cc78b4036aaf2d2e6ba1c944a5416d402007107 /systems/ubuntu | |
parent | 6c888fd41de8889891c163d4757099aec84b34d8 (diff) | |
parent | 9bfdb9f76d95cc0d9e8266f85e244f0fac8f069d (diff) |
Merge "bugfix: Fix creation of vsperfenv in Ubuntu"
Diffstat (limited to 'systems/ubuntu')
-rwxr-xr-x | systems/ubuntu/14.04/prepare_python_env.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/ubuntu/14.04/prepare_python_env.sh b/systems/ubuntu/14.04/prepare_python_env.sh index f9c2def8..6ef8680d 100755 --- a/systems/ubuntu/14.04/prepare_python_env.sh +++ b/systems/ubuntu/14.04/prepare_python_env.sh @@ -23,7 +23,7 @@ fi # enable virtual environment in a subshell, so QEMU build can use python 2.7 -(virtualenv-3.4 "$VSPERFENV_DIR" +(virtualenv "$VSPERFENV_DIR" source "$VSPERFENV_DIR"/bin/activate pip install -r ../requirements.txt -pip install pylint)
\ No newline at end of file +pip install pylint) |