소스 검색

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