From bc2892eba298e8d8dfc13efbd2f2996788bf621e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 13 Dec 2015 20:20:46 -0500 Subject: [PATCH] add python scripts path --- dotfiles/lib/shellenv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/lib/shellenv.sh b/dotfiles/lib/shellenv.sh index 6fa7fd72..452ff14e 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -15,6 +15,8 @@ function _setup_env { hash brew 2>/dev/null && idem_add_to_front_of_path "$(brew --prefix coreutils)/libexec/gnubin" idem_add_to_front_of_path "/usr/local/bin" + idem_add_to_front_of_path `python -c 'import sysconfig; print sysconfig.get_path("scripts")'` + if is_osx; then export CFLAGS=-Qunused-arguments export CPPFLAGS=-Qunused-arguments