Pyenv seilylook included in Library 2025-01-10 46 words One minute Contents Install Environment setting Install 1 > brew install pyenv Environment setting /.zshrc setup 1 2 3 4 5 6 7 8 9 # vim ~/.zshrc # ... export PYENV_ROOT="$HOME/.pyenv" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init --path)" eval "$(pyenv init -)" alias brew='env PATH="${PATH//$(pyenv root)\/shims:/}" brew' Please enable JavaScript to view the comments powered by Disqus. Please enable JavaScript to view the comments powered by utterances.