Looks like poetry debug:info no longer exists and instead is now just poetry debug.
The output of the command has also changed, thus command poetry debug:info 2>/dev/null | sed -n "s/\ *\* Path:\ *\(.*\)/\1/p" was always empty, effectively never activating any venv. What is more, it also broke poetry shell.
Looks like
poetry debug:info
no longer exists and instead is now justpoetry debug
.The output of the command has also changed, thus
command poetry debug:info 2>/dev/null | sed -n "s/\ *\* Path:\ *\(.*\)/\1/p"
was always empty, effectively never activating any venv. What is more, it also brokepoetry shell
.