From a1c8b7968ed1b961fc86225d10f6ed6c1478eedf Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 13 Aug 2017 18:31:56 -0700 Subject: [PATCH] Make sure homebrew Python is used in bash --- link/mac/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/link/mac/profile b/link/mac/profile index 617e06b..2333b10 100644 --- a/link/mac/profile +++ b/link/mac/profile @@ -5,6 +5,7 @@ export EDITOR='vim' export PATH=$PATH:~/.nexustools export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities +export PATH="/usr/local/opt/python/libexec/bin:$PATH" #export PS1='\u:☕️ \W \$ ' if [ -f $(brew --prefix)/etc/bash_completion ]; then