I want to distribute a python application with all its dependencies. The target machine does not have an external connection, so I cannot pip installdo anything and all packages must be included.
I am using python 2.7 for my application and the target machine has a different version of python. I would like the python 2.7 package as part of my distribution.
Any ideas?
source
share