Forums

Can I remove everything in the .virtualenvs directory?

I'm trying to clean up my drive and see a bunch of what-seem-to-be default directories (I don't remember creating them) in the .virtualenvs directory. I'm wondering if it's OK for me to delete all of them:

  • initialize
  • postactivate
  • postdeactivate
  • postmkproject
  • postmkvirtualenv
  • postrmvirtualenv
  • preactivate
  • predeactivate
  • premkproject
  • premkvirtualenv
  • prermvirtualenv

Those files were created by virtualenvwrapper. If you look inside of them you will see information what are they for and what can you do with them.