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
Post a Comment