question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pipenv shell --two freezes shell

See original GitHub issue

Issue 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:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
crhancommented, Mar 4, 2019

when will you release a new version? I’m still suffer this problem

0reactions
techalchemycommented, Nov 27, 2018

This is resolved in the latest version, sorry for the trouble!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found