sashahart / vex

Run a command in the named virtualenv.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No history when running Python interactively

sukiletxe opened this issue · comments

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.

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.