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:
Ryan Friedman 2024-09-30 19:18:24 -06:00 committed by Peter Barker
parent 1bdc635ba8
commit 9d6190b4fd
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ sudo usermod -a -G dialout "$USER"
$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"
# activate it: