From ffa18cb95d213d5c1346e3d41820e5d4febab65f Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 20 Sep 2016 11:56:42 +0900 Subject: [PATCH] Add homebrew path --- profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile b/profile index 373eb5f..b155d88 100755 --- a/profile +++ b/profile @@ -26,6 +26,8 @@ __safe_add_path_l "/opt/local/libexec/gnubin" __safe_add_path_l \ "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/bin" +__safe_add_path_l "/usr/local/Homebrew/bin" + test -f "${__dotdir}/rc.py" && export PYTHONSTARTUP="${__dotdir}/rc.py" test -d "$HOME/.local/lib/python/site-packages" && \