From b6ad37cbcf14f614dfaf91a70a2016b630d4935e Mon Sep 17 00:00:00 2001 From: Jing Liu Date: Tue, 12 Dec 2023 22:36:00 -0600 Subject: [PATCH] removed visualization path from gears.sh --- gears.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gears.sh b/gears.sh index f30c6ff..4c904c3 100644 --- a/gears.sh +++ b/gears.sh @@ -1,4 +1,4 @@ #!/bin/bash # add gears directory to PATH GEARS="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" -export PATH=$GEARS/tutorials/detector/visualization:$GEARS:$PATH \ No newline at end of file +export PATH=$GEARS:$PATH