I want to start a python server when raspberry pi reboots. I have written in this file sudo nano /home/pi/.bashrc
my python3 command to start the .py script, but every time raspberry pi reboots the terminal shows me:
[Errno 98] Address already in use.
When I run pgrep
python3, it shows that I already have a python process running.