diff options
Diffstat (limited to '%HOME%/.profile')
-rw-r--r-- | %HOME%/.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/%HOME%/.profile b/%HOME%/.profile index 1f64f7a..02146b4 100644 --- a/%HOME%/.profile +++ b/%HOME%/.profile @@ -37,7 +37,8 @@ brew_setup() { path_export \ "$prefix/opt/coreutils/libexec/gnubin" \ "$prefix/opt/findutils/libexec/gnubin" \ - "$prefix/opt/grep/libexec/gnubin" + "$prefix/opt/grep/libexec/gnubin" \ + "$prefix/opt/python/libexec/bin" } brew_setup |