Debian – How install own python package to be used as a command system wide after PEP-668?
I have a utility written in Python that I used to use and need to use it again. It's done as a package I install and an executable script with shebang that will be imported and called the main function.…