From a6e39c04a7cd31dc9db5018455fa286284ee84ac Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Tue, 14 Jan 2020 12:15:13 +0100 Subject: Add macOS per-user python bin directory to $path --- dot.zshenv | 1 + 1 file changed, 1 insertion(+) (limited to 'dot.zshenv') diff --git a/dot.zshenv b/dot.zshenv index ea18e40..cd65fe8 100644 --- a/dot.zshenv +++ b/dot.zshenv @@ -6,6 +6,7 @@ export GPG_TTY=$(tty) export EDITOR=emacsclient export VISUAL=$EDITOR path=( + ~/Library/Python/*/bin(/N) ~/.gem/ruby/*/bin(/N) ~/.cabal/bin(/N) $GOPATH/bin(/N) -- cgit v1.2.3