Answers for "run python script on startup raspberry pi"

1

run python script on startup raspberry pi

sudo crontab -e
#Use text editor
#Add a line: @reboot sudo python3 <your-path-to-the-script.py>
Posted by: Guest on August-19-2021

Code answers related to "run python script on startup raspberry pi"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language