rez icon indicating copy to clipboard operation
rez copied to clipboard

rez context breaks line navigation in python repl on windows

Open anderslanglands opened this issue 2 years ago • 3 comments

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

  1. rez-context
  2. python.exe
  3. enter a statement and press enter
  4. press up arrow and notice nothing happens

anderslanglands avatar Jun 13 '22 06:06 anderslanglands

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.

instinct-vfx avatar Jun 13 '22 22:06 instinct-vfx

Ah ok, I wasn't sure. Well I guess it doesn't hurt onto have them linked.