-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nushell: issues regarding poetry shell #8370
Comments
You'll likely need to figure out what's going on for yourself if this is important to you. (My advice whenever people have problems with Some possible clues
|
After some digging, it's something to do with Related: nushell/nushell#6225 |
I am going to close this for now as this seems like an environment issue rather than a Poetry one. Additionally since #7919 fixes the new line issue and it looks like users are using @icp1994 if you figure out that this is indeed something to do with Poetry's shell setup and have a fix, please send us a pull request with the details. We can consider it then. |
It's works as expected in the current version (0.90.1) of nushell so likely fixed somewhere in between. But I have moved on to using your suggestion of manually activating venvs as if the subcommand doesn't exist instead. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
poetry new poetry-nu
-vvv
option) 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!The text was updated successfully, but these errors were encountered: