Is it possible to run Python egg files directly as you can run jar files with Java?
For example, with Java you might dos something like:
Python Egg file direct execution steps
Suppose if you have egg file and driver file to run through below command.
PYTHONPATH=eggfilename.egg python driverfile.py
above command for without install egg file with python code.