Remove Pip environment

from this stackoverflow answer: ref

  1. point to your folder
  2. pipenv --rm

if you lost your pipfile / pipfile.lock, then you have to delete the folder in your user's ~./virtualenvs.

  1. go to ~./virtualenvs
  2. delete that folder.

remove