diff options
Diffstat (limited to '.zsh/zshenv')
-rw-r--r-- | .zsh/zshenv/80_python | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.zsh/zshenv/80_python b/.zsh/zshenv/80_python index 994a3ab..4a18e9a 100644 --- a/.zsh/zshenv/80_python +++ b/.zsh/zshenv/80_python @@ -12,9 +12,4 @@ export PYTHONSTARTUP=$HOME/.pythonrc -# see https://opensource.com/article/19/5/python-3-default-mac -if command -v pyenv 1>/dev/null 2>&1; then - eval "$(pyenv init -)" -fi - # vim:ft=zsh |