linux - execute python file- No such file or directory -


i try execute python file through terminal ssh (the file not in computer).

i following:

./playg.py 

and get: ": no such file or directory"

i in right directory sure (when write cat playg.py can see content of file|

the file has r/w/x properties: -r-xr-xr-x

first go playg.py existing folder.

then type python playg.py


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -