10 lines
268 B
Markdown
10 lines
268 B
Markdown
|
|
# 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`
|