I try to execute python file through the terminal with ssh (the file itself is not in my computer).
I do the following:
./playg.py
and I get: ": No such file or directory"
I am in the right directory for sure (when I write cat playg.py
I can see the content of the file|
The file has the r/w/x properties: -r-xr-xr-x