I understand distutils is the defacto standard for the module installation world, using the common
setup.py install But what if I don't want to install my program as a module but instead as a program, that can be executed by the user?
If I'm not being clear I'm very sorry but feel free to ask more questions. Thanks!