To remove already created virtualenv by pipenv, we can use following command -
pipenv
pipenv --rm
Source: StackOverFlow
Last updated 2 months ago