issues
search
darvid
/
zsh-poetry
🐚 Simple ZSH plugin for automatically activating and deactivating Poetry-created virtualenvs. 🐍
MIT License
75
stars
14
forks
source link
Fix directly switching between shells; remove override
#8
Closed
NeilGirdhar
closed
3 years ago
NeilGirdhar
commented
3 years ago
Using poetry debug to detect the virtual environment doesn't work when switching from one poetry project to another directly. This is a major pain.
ZSH_POETRY_OVERRIDE_SHELL is no longer necessary since the linked issues were closed in Poetry 1.0.
darvid
commented
3 years ago
cool, thanks for the fix
NeilGirdhar
commented
3 years ago
Thanks for the lightning fast merge!!