-

CommentStreams:Ae2d3b1ab5b6a5dea5ac3adeb0be1352

From Geekworm Wiki
< X728-Software
Revision as of 11:56, 13 June 2021 by 75.75.36.28 (talk) (Migrated comment #1514)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The instrutions say to add "@reboot python3 /home/pi/x728bat_v1.3.py" to crontab -e. But I am testing this line "python3 /home/pi/x728bat_v1.3.py" to see if it will work but it won't work in command line.

I can get this line to work "sudo python /home/pi/x728/x728bat_v1.3.py" in command prompt. So I am entering this in the crontab instead. will this be adequate.

I tried "sudo python3 /home/pi/x728/x728bat_v1.3.py" but got syntax error. All other instructions use python instead of python3.