Browse Source

Add homebrew path

pull/15/head
10sr 8 years ago
parent
commit
ffa18cb95d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      profile

+ 2
- 0
profile View File

@@ -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" && \


Loading…
Cancel
Save