Quellcode durchsuchen

Added python to path

Fred Damstra (Macbook 2015) vor 3 Jahren
Ursprung
Commit
537c443b40
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      .bashrc

+ 5 - 0
.bashrc

@@ -141,6 +141,11 @@ if [ -d ~/bin ]; then
   export PATH=$PATH:~/bin
 fi
 
+# Add python bin directories to the path
+if [ -d ~/Library/Python/3.8/bin ]; then
+  export PATH=$PATH:~/Library/Python/3.8/bin
+fi
+
 if [ -d ~/xdr-terraform-live/bin ]; then
   export PATH=$PATH:~/xdr-terraform-live/bin
 fi