Support
Forums

Can’t execute scripts [SOLVED]

I've just bought a new laptop - Dell Latitude E5570 - and am still trying to come to terms with its quirks.  Installed Ubuntu 20.04.   

I have all my scripts in a directory /home/keith/.bin and have changed the PATH to include it:
keith@E5570:~$ echo $PATH
/home/keith/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

....and I've made the scripts executable.  But when I type a script name I get a...
I've just bought a new laptop - Dell Latitude E5570 - and am still trying to come to terms with its quirks.  Installed Ubuntu 20.04.   

I have all my scripts in a directory /home/keith/.bin and have changed the PATH to include it:
keith@E5570:~$ echo $PATH
/home/keith/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

....and I've made the scripts executable.  But when I type a script name I get a...