From 7d3698dd8d8faa81cc2462f30886430baf6a6b78 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Wed, 7 Apr 2021 15:02:49 +0200 Subject: [PATCH] Removing source in favor of dot --- hitl/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hitl/run.sh b/hitl/run.sh index 47c6dd1..a01a472 100755 --- a/hitl/run.sh +++ b/hitl/run.sh @@ -12,7 +12,7 @@ set -eux # Set up python for testing python3 -m venv --system-site-packages py -source py/bin/activate +. py/bin/activate python3 -m pip install -r requirements.txt # Test pinging Stabilizer. This exercises that: