Browse Source

Added gopath definition for OS X.

master
Daniel Sissom 4 years ago
parent
commit
783bee2f54
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 1 additions and 0 deletions
  1. + 1
    - 0
      zsh/zshenv

+ 1
- 0
zsh/zshenv

@ -85,6 +85,7 @@ case "$hostenv" in
/usr/local/opt/python/libexec/bin # Unversioned python3 /usr/local/opt/python/libexec/bin # Unversioned python3
$path) $path)
export -UT PYTHONPATH=~/Local/lib/python/latest/site-packages:$PYTHONPATH pythonpath export -UT PYTHONPATH=~/Local/lib/python/latest/site-packages:$PYTHONPATH pythonpath
export -UT GOPATH=~/Local/lib/go gopath
;; ;;
esac esac

Loading…
Cancel
Save