-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
nixpkgs python repl isn't very terminal-friendly #17607
Comments
Readline is available if you use Do you mean that the default |
Yeah, perhaps my issue is just using the default It's also kind of awkward to have the distinction, because if I do I don't know why the default attribute is the weaker version, and I don't necessarily want to replace it by |
By default
I guess the
Do we want |
We should include readline by default. I've been long wanting to do that, but never had the time. |
@domenkozar what's the downside? All python packages gain a slightly smaller runtime closure? |
I think we'll survive:
|
😱 |
Fixes with #19309. |
Issue description
I can't use standard terminal keys in the
python
from nixpkgs.Steps to reproduce
nix-shell -p python
python
5 + 5
^[[A
^[[D
^A
Technical details
I tried it on darwin nixpkgs and on NixOS:
The text was updated successfully, but these errors were encountered: