mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
parent
45fef70a65
commit
c2eab39779
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ for pyenvdir in "${pyenvdirs[@]}" ; do
|
|||
FOUND_PYENV=1
|
||||
export PYENV_ROOT=$pyenvdir
|
||||
export PATH=${pyenvdir}/bin:$PATH
|
||||
eval "$(pyenv init - zsh)"
|
||||
eval "$(pyenv init --no-rehash - zsh)"
|
||||
|
||||
if pyenv commands | command grep -q virtualenv-init; then
|
||||
eval "$(pyenv virtualenv-init - zsh)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue