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?