HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

poetry shell — Spawn a shell within the virtual environment. Note: The `shell` command was moved to a plugin: `poet

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thevirtualshellcommandspawncliwithinpoetry shell

Problem

How to use the poetry shell command: Spawn a shell within the virtual environment. Note: The shell command was moved to a plugin: poetry-plugin-shell. More information: <https://python-poetry.org/docs/cli/#shell>.

Solution

poetry shell — Spawn a shell within the virtual environment. Note: The shell command was moved to a plugin: poetry-plugin-shell. More information: <https://python-poetry.org/docs/cli/#shell>.

Spawn a shell within the virtual environment:
poetry shell

Code Snippets

Spawn a shell within the virtual environment

poetry shell

Context

tldr-pages: common/poetry shell

Revisions (0)

No revisions yet.