-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Consider prompting the user to run eval $(poetry env activate)
when they mistakenly run poetry shell
#10177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Already the case per #10053 |
Already present on |
It's close, but not quite what I was requesting. The linked PR only mentions |
that would be too platform-specific but if you want to propose a change to the wording the best way is to submit a pull request |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue Kind
Brand new capability
Description
Once upon a time, the steps required to activate a poetry shell were simple and easy to remember:
Then came 2.0, and the removal of
poetry shell
(to fix some bugs).But now, I can never remember what to run to get me into a poetry shell.
It would be nice if when I run
poetry shell
, instead of printingThe command "shell" does not exist
, instead, it printed a helpful message such as:Impact
This would save me needing to look up the documentation when I can't remember how to activate a poetry shell.
Workarounds
I can just look up the documentation.
The text was updated successfully, but these errors were encountered: