Skip to content

Commit

Permalink
avoid mixing Python 2 and 3 in PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Oct 19, 2015
1 parent a1f12e3 commit 943376b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ rubylib=(
typeset -TU PYTHONPATH pythonpath
export PYTHONPATH
pythonpath=(
~/{local/,}lib{,64}/[p]ython*{/site-packages,}(N)
~/{local/,}lib{,64}/[p]ython{2*,}{/site-packages,}(N)
$pythonpath
)

Expand Down

0 comments on commit 943376b

Please sign in to comment.