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