up/down arrow history doesn't work on pipenv shell on windows
See original GitHub issueIn the cmd shell, usually you can hit ‘up arrow’ to get your previous command. Once you run ‘pipenv shell’, this no longer works. if you run some commands inside the pipenv shell and then hit ‘up’ it does nothing.
This bug was filed in pipenv issue tracker. According to @erinxocon this is a pew
bug.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:17 (2 by maintainers)
Top Results From Across the Web
up/down arrow history doesn't work on pipenv shell on windows
In the cmd shell, usually you can hit 'up arrow' to get your previous command. Once you run 'pipenv shell', this no longer...
Read more >up/down arrow history doesn't work on pipenv shell on windows
In the cmd shell, usually you can hit 'up arrow' to get your previous command. Once you run 'pipenv shell', this no longer...
Read more >Why doesn't pressing the up arrow get the previous command ...
On the command line, I can retrieve previous commands by pressing the up / down arrow keys. This doesn't work however if I...
Read more >Pipenv run vs Pipenv shell - Anselmos Blog
Pipenv has a run and shell, but which one should I use ? ... Pipenv - up/down arrow history doesn't work on pipenv...
Read more >How Come When I Press The Up Or Down Arrow Keys In The ...
Ask questionsup/down arrow history doesn't work on pipenv shell on windows. In the cmd shell usually you can hit 'up arrow' to get...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@crioux’s workaround doesn’t work for me. I just get a list of available commands. I’m using cmd.exe on Windows 10, with pew 1.1.2 installed in my pipenv virtualenv.
Yea, I’m looking into setuptools and working this bug through, I’ll let you know what I find.