mirror of https://github.com/ArduPilot/ardupilot
Tools: Do not use system packages on openSUSE
* We only tested on apt, don't blindly change dev env stuff that's not tested in CI Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
parent
1bdc635ba8
commit
9d6190b4fd
|
@ -88,7 +88,7 @@ sudo usermod -a -G dialout "$USER"
|
||||||
|
|
||||||
$ZYPPER $BASE_PKGS $SITL_PKGS || echo "Check zypper output for errors"
|
$ZYPPER $BASE_PKGS $SITL_PKGS || echo "Check zypper output for errors"
|
||||||
|
|
||||||
python3 -m venv --system-site-packages "$HOME"/venv-ardupilot
|
python3 -m venv "$HOME"/venv-ardupilot
|
||||||
|
|
||||||
SHELL_LOGIN=".profile"
|
SHELL_LOGIN=".profile"
|
||||||
# activate it:
|
# activate it:
|
||||||
|
|
Loading…
Reference in New Issue