Skip to content

Commit

Permalink
Tools: Do not use system packages on openSUSE
Browse files Browse the repository at this point in the history
* We only tested on apt, don't blindly change dev env stuff that's not
  tested in CI

Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and peterbarker committed Oct 1, 2024
1 parent 1bdc635 commit 9d6190b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d6190b

Please sign in to comment.