Is it possible to run virtualenv projects on machines without Python installed? I'm developing an app on a Ubuntu machine and want to run it on a Windows machine that doesn't have Python (or any library, such as virtualenv) installed.
Could I conceivably use virtualenv to develop on the Ubuntu machine, then just run the application on the Windows machine without installing Python/virtualenv?