From 63a24534ee3a3610648c39ece397bb2b3b90a10c Mon Sep 17 00:00:00 2001 From: zackees Date: Thu, 7 Dec 2023 19:58:02 -0800 Subject: [PATCH] try and fix macos --- install.py | 1 - 1 file changed, 1 deletion(-) diff --git a/install.py b/install.py index f639866..3a28caf 100644 --- a/install.py +++ b/install.py @@ -52,7 +52,6 @@ # Now you can use "$bashfile" as needed echo "The absolute path of the script is: $bashfile" selfdir=$(dirname "$bashfile") -selfdir=abs_path cd "$selfdir" echo "activate.sh change working directory to $(pwd)"