Browse Source

Added python to path

Fred Damstra (Macbook 2015) 3 years ago
parent
commit
537c443b40
1 changed files with 5 additions and 0 deletions
  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