We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mentioned the command poetry shell will not work unless you install the plugin first.
poetry shell
You can install with next command:
poetry self add poetry-plugin-shell
You can find more info here: poetry-plugin-shell
The text was updated successfully, but these errors were encountered:
If you are using a poetry version 2.0.0 or above you can run
poetry env activate
It will show you the route to your interpreter path and will not necessary to install the poetry shell
Sorry, something went wrong.
No branches or pull requests
As mentioned the command
poetry shell
will not work unless you install the plugin first.You can install with next command:
You can find more info here: poetry-plugin-shell
The text was updated successfully, but these errors were encountered: