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.

How do I uninstall pipenv?

See original GitHub issue

I installed pipenv using pip install --user pipenv. After installing pipenv I was not able to create virtualenvs using virtualenv venv. I would like to uninstall it now but I can’t find it in the docs how to uninstall it.

Environment
  1. OS Type: Ubuntu 16.04
  2. Python version: 3.6.1
  3. Pipenv version: 9.0.3

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

105reactions
BallisticPaincommented, Jan 30, 2018

@palash25 basically didn’t include a body to your question… didn’t answer any of the prompts in the template body that was provided for you. Do you honestly expect someone to answer you in a fashion that would be helpful?

24reactions
nateprewittcommented, Jan 30, 2018

@palash25, does pip uninstall pipenv not work?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to remove a virtualenv created by "pipenv run"
You can run the pipenv command with the --rm option as in: pipenv --rm. This will remove the virtualenv created for you under...
Read more >
Uninstall Pipenv? - Python - Codecademy Forums
Unless you've done something odd, should be a straightforward case of pip uninstall pipenv to remove it.
Read more >
pipenv uninstall [package] - Fig.io
Uninstalls a provided package and removes it from Pipfile.
Read more >
remove a pipenv vm - Code Examples & Solutions For This ...
remove pipenv ; 1. pipenv --rm ; 2. rm Pipfile ; 3. rm Pipfile.lock.
Read more >
Unable to uninstall pip virtual so that I can use pipenv
No files were found to uninstall. When I run pipenv shell after installing pipenv, I get this error: Creating a virtualenv for this...
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