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.
@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.
Most helpful comment
@palash25, does
pip uninstall pipenv
not work?