mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-14 01:05:30 +08:00
Fix open62541 provisioning on Linux
pip is an unknown command in the sudo environment. Change-Id: Ia59c0b98eac6c3d22b8a452988abe17df6a83909 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
This commit is contained in:
@@ -37,7 +37,7 @@ TEMPDIR=$(mktemp --directory) || echo "Failed to create temporary directory"
|
||||
trap "sudo rm -fr $TEMPDIR" EXIT
|
||||
cd $TEMPDIR
|
||||
|
||||
sudo pip install six
|
||||
pip install six
|
||||
|
||||
git clone https://github.com/open62541/open62541.git open62541
|
||||
cd open62541
|
||||
|
||||
Reference in New Issue
Block a user