pypa / pipenv

Python Development Workflow for Humans.
https://pipenv.pypa.io
MIT License
24.89k stars 1.87k forks source link

Fix uninstall --all fails when venv is deleted #6250

Closed Naofal-Helal closed 2 months ago

Naofal-Helal commented 2 months ago

The issue

This is a regression where pipenv uninstall --all fails when the venv does not exist.

The solution

Add a check to make sure the environment is valid (venv exists).

ref #6185