mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Init pyenv virtualenvs too
This commit is contained in:
@@ -18,6 +18,7 @@ for pyenvdir in "${pyenvdirs[@]}" ; do
|
||||
export PYENV_ROOT=$pyenvdir
|
||||
export PATH=${pyenvdir}/bin:$PATH
|
||||
eval "$(pyenv init --no-rehash - zsh)"
|
||||
eval "$(pyenv virtualenv-init - zsh)"
|
||||
|
||||
function pyenv_prompt_info() {
|
||||
echo "$(pyenv version-name)"
|
||||
|
||||
Reference in New Issue
Block a user