poetry shell
with fish does not echo in python REPL
#1672
Labels
kind/bug
Something isn't working as expected
poetry shell
with fish does not echo in python REPL
#1672
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 usingpoetry 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.The text was updated successfully, but these errors were encountered: