You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing poetry env[space][tab] does not give any possible completions. This is especially inconvenient since poetry shell (5 character sub-command with functioning tab completion) has been replaced with poetry env activated (13 characters with non-functioning tab completion)
Description
Typing
poetry env[space][tab]
does not give any possible completions. This is especially inconvenient sincepoetry shell
(5 character sub-command with functioning tab completion) has been replaced withpoetry env activated
(13 characters with non-functioning tab completion)Workarounds
alias poetry-shell='poetry env activate'
Poetry Installation Method
pip
Operating System
macOS
Poetry Version
2.0.1
Poetry Configuration
Python Sysconfig
sysconfig.log
Example pyproject.toml
N/A, but any poetry pyproject.toml will do, even
yes no | poetry init
Poetry Runtime Logs
N/A, no command is run and giving
-vvv env
before hitting tab doesn't change anything.The text was updated successfully, but these errors were encountered: