Remove Virtualenv (Virtual Environment)

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

$ pipenv --rm

Source: StackOverFlowarrow-up-right

Last updated