Ver código fonte

Added python to path

Fred Damstra (Macbook 2015) 3 anos atrás
pai
commit
537c443b40
1 arquivos alterados com 5 adições e 0 exclusões
  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