I wrote in the app a programm and now i want to start it on my raspbarry. But i don't know what programm i should juse?!? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I wrote in the app a programm and now i want to start it on my raspbarry. But i don't know what programm i should juse?!?

what programm

21st Jan 2017, 9:59 PM
Marv
2 Answers
+ 1
terminal. bash :) 1)start terminal , go where the file "cd" command to run 2) assign rights program : sudo chmod nameProgram.py 3) python nameProgram.py (good luck.)
21st Jan 2017, 10:29 PM
Aleksander Ch
Aleksander Ch - avatar
- 1
Or just way to python.exe and way to your programm
22nd Jan 2017, 2:30 PM
Leshark
Leshark - avatar