The `poetry-plugin-shell` is an official Poetry plugin that extends the Poetry CLI with a `shell` command. This command allows users to open a subshell with their project's virtual environment automatically activated, making it easy to interact with installed project dependencies. It is currently at version 1.0.1 and generally releases updates to ensure compatibility with new Poetry versions.
poetry self add poetry-plugin-shellNo compatibility data collected yet for this library.
After installing the plugin using `poetry self add`, navigate to a Poetry-managed project directory and run `poetry shell`. This will open a new subshell (e.g., bash, zsh, cmd) with your project's virtual environment activated, allowing you to run project executables or Python scripts directly.
Upgrade your Poetry installation to a compatible version using `poetry self update` before adding the plugin.
Always use `poetry self add poetry-plugin-shell` to install the plugin. Do not try `pip install poetry-plugin-shell` in a project's virtual environment or globally.
Ensure Poetry is updated to at least 1.2.0 (`poetry self update`) and then install the plugin using `poetry self add poetry-plugin-shell`.
Upgrade your Poetry installation to version 1.2.0 or newer using `poetry self update`.
No dependency data recorded yet.