From 690edd82c5ad34d68e6ada25a6f393a5278e004a Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Wed, 30 Oct 2013 23:33:36 +0400 Subject: [PATCH] Revert Python path. --- tilde/bash_profile.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/tilde/bash_profile.bash b/tilde/bash_profile.bash index 4ee15b1..e7372a4 100644 --- a/tilde/bash_profile.bash +++ b/tilde/bash_profile.bash @@ -43,6 +43,7 @@ PATH='/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin' [ -d /usr/local/bin ] && _prepend_path "/usr/local/bin" [ -d /usr/local/share/npm/bin ] && _prepend_path "/usr/local/share/npm/bin" [ -d /usr/local/opt/ruby/bin ] && _prepend_path "/usr/local/opt/ruby/bin" +[ -d /usr/local/share/python ] && _prepend_path "/usr/local/share/python" command -v brew >/dev/null 2>&1 && _prepend_path "$(brew --prefix coreutils)/libexec/gnubin" [ -d ~/dotfiles/bin ] && _prepend_path "$HOME/dotfiles/bin" [ -d ~/bin ] && _prepend_path "$HOME/bin"