cmderdev / cmder

Lovely console emulator package for Windows
https://cmder.app
MIT License
25.88k stars 2.03k forks source link

[Bug] Python and IRB not working on bash #2810

Open Nicanor95 opened 1 year ago

Nicanor95 commented 1 year ago

Version Information

Cmder version: 1.3.21
Operating system: Windows 10

Cmder Edition

Cmder Full (with Git)

Description of the issue

When using the new build (1.3.21) Python's interactive console does not work on bash (it just hangs indefinitely), also tried irb and also doesn't work properly, They work fine in cmd and Powershell I Imagine other stuff is also not set up correctly but I haven't tested other stuff. It works fine on 1.3.20 and 1.3.19 (the ones i've tested) updating ConEmu from those versions works fine too.

Expected:

Python interactive console can execute Irb gives a prompt instead of "Switch to inspect mode."

How to reproduce

1 - Install version 1.3.21 2 - Run a Bash shell 3 - Execute python/irb

Additional context

No response

Checklist