I'm working on rewriting a software package my employer uses for system health checks from Windows Batch to Python. Is there an easy way to include a Python 2.7 installation with this package, that can be moved around? Or will I have to install Python on the machines I'm running the scripts on each time?
I've looked into Portable Python, but it seems like more of a portable dev environment then a portable installation I can run scripts off of.