From 29097b5a38f270c83fba9671931931692a294521 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 22 Feb 2016 11:17:33 -0800 Subject: [PATCH] shellenv tweaks --- dotfiles/lib/shellenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/shellenv.sh b/dotfiles/lib/shellenv.sh index fdbbf14e..c8479f5d 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -14,7 +14,7 @@ function add_to_path { function _setup_env { _path_helper - add_to_path "$HOME/.local/lib/python2.6/site-packages" --after + add_to_path /usr/local/lib/python2.7/site-packages --after add_to_path "$HOME/.rvm/bin" --after add_to_path "$HOME/bin" hash brew 2>/dev/null && add_to_path --before "$(brew --prefix coreutils)/libexec/gnubin"