mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 20:06:32 +08:00
Provisioning: Make sure one can call virtualenv as module with python3.8
This will fix qtinterfaceframework's config test. Pick-to: 6.3 Change-Id: Ifd2f52e27d31f140402d98861339ef5f7b253c23 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
This commit is contained in:
@@ -164,6 +164,8 @@ sudo dnf -y module install nodejs:12
|
|||||||
# working, but we can use installed pip
|
# working, but we can use installed pip
|
||||||
sudo pip3 install --upgrade pip
|
sudo pip3 install --upgrade pip
|
||||||
sudo pip3 install virtualenv wheel
|
sudo pip3 install virtualenv wheel
|
||||||
|
# Just make sure we have virtualenv to run with python3.8 -m virtualenv
|
||||||
|
python3.8 -m pip install virtualenv --user
|
||||||
|
|
||||||
sudo /usr/bin/pip3 install wheel
|
sudo /usr/bin/pip3 install wheel
|
||||||
# Install all needed packages in a special wheel cache directory
|
# Install all needed packages in a special wheel cache directory
|
||||||
|
|||||||
Reference in New Issue
Block a user