Pipenv: How do I uninstall pipenv?

Created on 30 Jan 2018  路  5Comments  路  Source: pypa/pipenv

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

Most helpful comment

@palash25, does pip uninstall pipenv not work?

All 5 comments

@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?

@BallisticPain sorry about opening the issue without any description. I have updated it now. Please have a look.

@palash25, does pip uninstall pipenv not work?

done thanks

@palash25, does pip uninstall pipenv not work?

I used python -m pip uninstall pipenv and it worked.

Was this page helpful?
0 / 5 - 0 ratings