xxxxxxxxxx
pipenv --rm
rm Pipfile
rm Pipfile.lock
pipenv uninstall package1 package2 package3
xxxxxxxxxx
# Removing venv directory ...
$ pipenv --rm
# ... and Pipfile, Pipfile.lock
$ rm Pipfile*
# Strange that deleted venv still activated, so exit from it.
$ exit