- #1
TheDemx27
Gold Member
- 169
- 13
I'm thinking this problem should be easy to fix.
I recently got a raspberry pi and did a few test python programs on it to make sure everything was working. Whenever I try to execute the python script I get this message:
I've tried changing permissions to the user pi, but it has no effect.
BTW: I'm accessing the pi from my desktop via SSH if that has anything to do with it.
Thanks.
I recently got a raspberry pi and did a few test python programs on it to make sure everything was working. Whenever I try to execute the python script I get this message:
Code:
pi@raspberrypi ~ $ ./test.py
-bash: ./test.py: Permission denied
I've tried changing permissions to the user pi, but it has no effect.
BTW: I'm accessing the pi from my desktop via SSH if that has anything to do with it.
Thanks.