Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 218 Bytes

File metadata and controls

9 lines (6 loc) · 218 Bytes

Remove Virtualenv (Virtual Environment)

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

pipenv --rm

Source: StackOverFlow