From d06892c791be9347bc951bf7e3bab8c427298834 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 11 Feb 2024 20:05:23 +0100 Subject: [PATCH] export PATH=$HOME/.local/bin:$PATH --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6921b0d5..c33030fd 100755 --- a/install.sh +++ b/install.sh @@ -185,7 +185,7 @@ do done < ~/.zen/Astroport.ONE/ASCI_ASTROPORT.txt ## EXTEND PATH -echo 'export PATH=$PATH:$HOME/.local/bin +echo 'export PATH=$HOME/.local/bin:$PATH ' >> ~/.bashrc && source ~/.bashrc echo "<<< UPDATED>>> PATH=$PATH"