浏览代码

Added python to path

Fred Damstra (Macbook 2015) 3 年之前
父节点
当前提交
537c443b40
共有 1 个文件被更改,包括 5 次插入0 次删除
  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