From 0c33116a74746241342fd644e29f33e95c416d72 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 11 Nov 2015 20:16:32 -0800 Subject: [PATCH] Set python binaries directory to the right place --- 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 a27857fa..6fa7fd72 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -35,7 +35,7 @@ function _setup_env { idem_add_to_front_of_path "$JAVA_HOME/bin" - idem_add_to_back_of_path "$(dotfiles_directory)/resources/python" + idem_add_to_back_of_path "$HOME/.lib/python" idem_add_to_back_of_path "/usr/local/sbin" # Load RVM into a shell session *as a function*