I am trying to upgrade a virtualenv.
I rmvirtualenv
but it was unable to remove some files/folders and now I am unable to rm -rf those files or folders either
``` rm: cannot remove '/home/Venturafranklin/.virtualenvs/testCMT/lib/python3.6/site-packages/~sycopg2': Permission denied
rm: cannot remove '/home/Venturafranklin/.virtualenvs/testCMT/lib/python3.6/site-packages/~eportlab/lib': Permission denied
rm: cannot remove '/home/Venturafranklin/.virtualenvs/testCMT/lib/python3.6/site-packages/~IL/.libs': Permission denied ```
I am unable to change permissions on these folders and I have no access to sudo/su. Any thoughts on how to fix this? Thank you for your help!