Can existing virtualenv be upgraded gracefully?

You can use the Python 2.6 virtualenv to “revirtual” the existing directory. You will have to reinstall all the modules you installed though. I often have a virtual directory for developing a module, and virtualenv the same directory with many versions of Python, and it works just fine. 🙂

Leave a Comment