aboutsummaryrefslogtreecommitdiffstats
path: root/systems/fedora/24/prepare_python_env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'systems/fedora/24/prepare_python_env.sh')
-rw-r--r--systems/fedora/24/prepare_python_env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/fedora/24/prepare_python_env.sh b/systems/fedora/24/prepare_python_env.sh
index b099df5e..920604c2 100644
--- a/systems/fedora/24/prepare_python_env.sh
+++ b/systems/fedora/24/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.5 "$VSPERFENV_DIR"
+(virtualenv-3.5 "$VSPERFENV_DIR" --python /usr/bin/python3
source "$VSPERFENV_DIR"/bin/activate
pip install -r ../requirements.txt
pip install pylint)