-
Notifications
You must be signed in to change notification settings - Fork 2.4k
nushell: issues regarding poetry shell #8370
Copy link
Copy link
Closed as not planned
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expectedstatus/triageThis issue needs to be triagedThis issue needs to be triaged
Description
- Poetry version: 1.6.1
- Python version: 3.11.4
- OS version and name: Void Linux (Rolling)
- pyproject.toml: generated default from
poetry new poetry-nu
- I am on the latest stable Poetry version, installed using a recommended method.
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have consulted the FAQ and blog for any relevant entries or release notes.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption) and have included the output below.
Issue
In nushell, the poetry shell command spawns a new shell but doesn't activate associated venv - instead just prints the activation command.

This isn't much of an issue by itself since I only have to press <RET> to run the command and activate the venv. But in the spawned shell, if I start any REPL program their input becomes invisible/masked!

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expectedstatus/triageThis issue needs to be triagedThis issue needs to be triaged