Hello,
I have been reading a bunch of answers on how to run a Python script at startup for the Raspberry Pi 3. Unfortunately, nothing has been working so far. I have tried the crontab -e method, with or without a sleep, without success. I have made my script executable by 'anyone'. I have also include the '#! bash /usr/bin/env python line at the top.
Can anybody help me go step-by-step through this to figure where I am going wrong ? I have been using a simple script that only has the print("Hello World") line, no success...
I am getting very frustrated... help.
Ben