-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Description
Install Poetry version >= 2.0.0
Run:
poetry shell
Get Warning:
Looks like you're trying to use a Poetry command that is not available.
Since Poetry (2.0.0), the shell command is not installed by default. You can use,
- the new env activate command (recommended); or
- the shell plugin to install the shell command
Documentation: https://python-poetry.org/docs/managing-environments/#activating-the-environment
Resolve:
poetry self add poetry-plugin-shell
poetry shell
poetry run python main.py
exit
Metadata
Metadata
Assignees
Labels
No labels