From 9d6190b4fd77f28fe56851fa87f8676fb80ad1d8 Mon Sep 17 00:00:00 2001 From: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:18:24 -0600 Subject: [PATCH] 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> --- .../environment_install/install-prereqs-openSUSE-Tumbleweed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/environment_install/install-prereqs-openSUSE-Tumbleweed.sh b/Tools/environment_install/install-prereqs-openSUSE-Tumbleweed.sh index 908e730554..c1280fef1b 100755 --- a/Tools/environment_install/install-prereqs-openSUSE-Tumbleweed.sh +++ b/Tools/environment_install/install-prereqs-openSUSE-Tumbleweed.sh @@ -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: