I am new to python virtual environments. While trying to remove a virtual enviroment i accidently removed the Pipfile and Pipfile.lock first before using pipenv --rm to remove the virtual environment. Is it safe to remove the corresponding directory in ~/.local/share/virtualenvs.
I am using Ubuntu 18.04 LTS. Thanks !!!