pipenv shell --two freezes shell
See original GitHub issueIssue description
The commands pipenv shell --two
, pipenv shell --python 2.7
& pipenv shell --two --python 2.7
all cause the terminal to freeze. I can’t even use CTRL-C to kill the process, I have kill the PID.
It works fine when install a python3 virtual env.
Expected result
The python2 virtual environment to be installed.
Actual result
Frozen terminal.
$ pipenv --support
Pipenv version: '2018.10.13'
Pipenv location: '/home/davidr/.local/lib/python3.6/site-packages/pipenv'
Python location: '/usr/bin/python3'
Python installations found:
Then it just freezes and I have to kill the PID.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Frequently Encountered Pipenv Problems - Read the Docs
The workaround is to set the following two environment variables to a standard localization format: LC_ALL; LANG. For Bash, for example, you can...
Read more >pipenv hangs with no output when creating new virtual ...
If I type pipenv , pipenv shell , pipenv install , or any other command that triggers creating a new environment, it hangs...
Read more >Common Pipenv Errors and How to Solve Them: Why Won't it ...
The second most common reason locking fails is that we attempt to install a package that is a pre-release version. You can resolve...
Read more >pipenv Documentation - Read the Docs
Pipenv uses two files to do this: Pipfile and Pipfile.lock (which will look familiar if you are ... shell will spawn a shell...
Read more >Manage Virtual Environments - menziess blog
In this post we will take a look at using Pipenv, a dependency manager for python, to boost your python ... pipenv shell...
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
when will you release a new version? I’m still suffer this problem
This is resolved in the latest version, sorry for the trouble!