sashahart / vex

Run a command in the named virtualenv.
MIT License
372 stars 26 forks source link

No history when running Python interactively #58

Closed sukiletxe closed 2 years ago

sukiletxe commented 5 years ago

On Windows 7, when I run the python interpreter with no arguments with Vex, I get no history (nothing happens when I arrow up). I've tried running cmd /c python and cmd /k python with no difference. I assume this is a cabeat, but I couldn't find any explanations as to why it happens in the readme.

sukiletxe commented 2 years ago

Seems that the number of history buffers (in cmd / properties) need to be increased. See https://discuss.python.org/t/interactive-command-history-in-session-started-with-subprocess-on-windows/3701/3 for details. Closing.