mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 20:36:54 +08:00
Provisioning: Install virtualenv to Ubuntu 18.04
The python3-virtualenv package is missing the actual virtualenv executable. python3-virtualenv will get installed as dependency. Change-Id: If474831e8f46ac5dcd7e1028c97c7322c5e41b9d Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
@@ -108,7 +108,7 @@ installPackages+=(g++-multilib)
|
|||||||
# python3 development package
|
# python3 development package
|
||||||
installPackages+=(python3-dev)
|
installPackages+=(python3-dev)
|
||||||
installPackages+=(python3-pip)
|
installPackages+=(python3-pip)
|
||||||
installPackages+=(python3-virtualenv)
|
installPackages+=(virtualenv)
|
||||||
installPackages+=(python3-wheel)
|
installPackages+=(python3-wheel)
|
||||||
# python2 development package
|
# python2 development package
|
||||||
installPackages+=(python-dev)
|
installPackages+=(python-dev)
|
||||||
|
|||||||
Reference in New Issue
Block a user