I'm using Python under Anconda in Ubuntu running on WSL2.
When I use arrow keys to go through the command history control characters (I assume) are printed instead of showing the previous commands:
When not using an Anaconda environment the history works as expected.
I have installed readline in the Anaconda environment in attempt to fix it, but that didn't work.
How can I fix this?
