mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Provisioning: Remove sudo when installing pip packages for Qt user
There is no need to install as sudo for qt user. Using sudo will change the cache dir's permissions preventing us from installing anything with pip as normal user. Change-Id: Id45bf3805ce4d772a6c82e429d4e1948289f076e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
@@ -34,5 +34,5 @@
|
||||
#############################################################################
|
||||
|
||||
# needed by packaging scripts
|
||||
sudo pip3 install bs4
|
||||
sudo pip3 install sh
|
||||
pip3 install bs4
|
||||
pip3 install sh
|
||||
|
||||
Reference in New Issue
Block a user