How do I distribute a Python package that adds an executable to a path?
2 answers
I don't like answering my own question, but I started looking at this:
http://docs.python.org/distutils/setupscript.html#installing-additional-files
It looks like this might be the answer. I'll update this answer when I try it on Monday. Or, if anyone has used something like this before, answer yourself!
+4
source to share
One option is to create an RPM . This is usually a fairly convenient way to install files to a predefined location.
0
source to share