Skip to content
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

poetry shell with fish does not echo in python REPL #1672

Closed
3 tasks done
jmaroeder opened this issue Dec 4, 2019 · 4 comments · Fixed by #1673
Closed
3 tasks done

poetry shell with fish does not echo in python REPL #1672

jmaroeder opened this issue Dec 4, 2019 · 4 comments · Fixed by #1673
Labels
kind/bug Something isn't working as expected

Comments

@jmaroeder
Copy link
Contributor

  • I am on the latest Poetry version.

  • I have searched the issues of this repo and believe that this is not a duplicate.

  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

  • OS version and name: MacOS Catalina 10.15.1

  • Poetry version: 1.0.0b8

  • Link of a Gist with the contents of your pyproject.toml file: N/A

Issue

As described by L0stLink in a now-closed issue, fish still appears to have some issues when using poetry shell. Specifically, in the Python REPL "typed text not visible, but pressing enter shows that the input was registered and whatever was typed, executes".

It appears that the fix in #1621 only addressed the bash case.

@jmaroeder jmaroeder added the kind/bug Something isn't working as expected label Dec 4, 2019
@itsthejoker
Copy link

Wait, it's a fish issue? It didn't occur to me to try this in bash. I reported this earlier here: #1664

@rvanlaar
Copy link

Yeah, it happens with fish and not with bash.

I'm on poetry 1.0.0 and fish 3.0.2.

And it's not only the python shell. The echo issue seems to be with every subshell that is spawned.

https://asciinema.org/a/oxuANMb20AI6eOCAQ5aCvwX2y

@ghost
Copy link

ghost commented Jan 11, 2020

Experiencing the same issue again with poetry version 1.0.0 on python 3.8.1, it was all working fine before the update from 3.8.0->3.8.1, the issue only presents itself if I run poetry shell and only in fish shell (fish version is 3.0.2), bash (version 5.0.11(1)-release) is unaffected, if i source the activate.fish file directly then it works normally as one expects this is on ArchLinux.

Copy link

github-actions bot commented Mar 3, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants