Configure VirtualEnv to run Python 2 and 3 Side by Side

Recently one of the tutorials that I have wanted to work on was actually explicitly for Python3. Since virtually everything else that I have worked on to this point is for Python2, I hadn’t really given any thought to the problem of how to continue to use VirtualEnv with …

more ...