From 75ac33b2b70be5f7c5c5e7dbb06d7b9e27a94c87 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 4 Sep 2016 04:24:54 -0700 Subject: [PATCH] Always run python_setup --- 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 94ab0bd8..d837a67d 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -13,7 +13,7 @@ environment_variable_exists ENVIRONMENT_SETUP_DONE || _setup_env # XXX: these were moved to _setup_env # _ruby_setup -# _python_setup +_python_setup function _source_shellenv_files { for filename in ~/.lib/shellenv/*; do