It seems that changing the options settings is ignored.
From my .zshrc
...
export ZSH_POETRY_AUTO_DEACTIVATE=0
export ZSH_POETRY_AUTO_ACTIVATE=0
# Standard plugins can be found in ~/.oh-my-zsh/plugins/*
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Some plugins have to have a certain order (historu-substring-search after zsh-syntax-highlighting)
plugins=(
autoupdate
git
pyenv
poetry
vi-mode
zsh-autosuggestions
zsh-completions
zsh-nvm
zsh-poetry
zsh-syntax-highlighting
history-substring-search
)
...
The venv gets still automatically activated and deactivate.
It seems that changing the options settings is ignored.
From my .zshrc
The venv gets still automatically activated and deactivate.