On Sun 22 Sep 2019 at 16:31:22 -0000, Curt wrote: > On 2019-09-22, Thomas Schmitt <scdbac...@gmx.net> wrote: > > > > So to avoid the cd command with absolute path, you would have to give > > the script address as absolute path: > > > > python /path/to/script/script.py > > > > I make my local scripts executable and stick them in '/usr/local/bin'.
That is precisely the correct place to put executables which are not managed by the package system. They are then available to you and other users. -- Brian.