rez
rez copied to clipboard
rez context breaks line navigation in python repl on windows
As title: when in a context I can no longer press Up Arrow to go through the history in any python.exe repl
Environment
- OS Windows 10 & 11
- Rez version HEAD
- Rez python version 3.6.8, 3.9.12, 3.10.5
To Reproduce
- rez-context
- python.exe
- enter a statement and press enter
- press up arrow and notice nothing happens
I think it's a known issue, see https://github.com/AcademySoftwareFoundation/rez/issues/1234
While they might be related i think they are separate issues. While the shell history works in pwsh and in Windows Terminal it still breaks in python repl.
Ah ok, I wasn't sure. Well I guess it doesn't hurt onto have them linked.