search
[last updated: 2017-09-04]
-----
To execute python programs from Linux LXTerminal, navigate to directory where program file is located, then execute:
sudo python [programName.py]
-or-
on LXT just type: sudo python [complete path name to your program]
eg. if you are in the directory where your program is located, type pwd will give you the full path name to that directory, then just add your program name.
-------------------------------------------
.
.
.
eof