As mentioned the command `poetry shell` will not work unless you install the plugin first. You can install with next command: ```sh poetry self add poetry-plugin-shell ``` You can find more info here: [poetry-plugin-shell](https://github.com/python-poetry/poetry-plugin-shell)