so the answer to this question seems to be in the /usr/local/bin folder, which is fine for a single script file but my program has multiple .py files and folders containing HTML files which the program relies on like so:
program
-templates
file1.html
file2.html
script.py
class.py
another_class.py
How would I go about setting this up globally under linux?
setup.pythat installs your package and any scripts that it provides.setup.py. If that question doesn't answer yours, please edit to clarify what you still need to know.