Forums

Permission Denied rm -rf and rmvirtualenv

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!

That's weird. Could you try again now?

Yes it works now, thank you!

Anything I could have done? This was the staging site, I now need to do the same thing with prod.

rmvirtualenv worked fine for the prod upgrade.

Thanks for confirming that!