Skip to the content.

Remove Virtualenv (Virtual Environment)

To remove already created virtualenv by pipenv, we can use following command -

$ pipenv --rm

Source: StackOverFlow