I have a python script, that runs on startup using Crontab, I think it is running fine, however how do I get the script to show the output of the python script in a console window rather then it running in the background. My Launcher script looks like the following
Code: Select all
cd /home/pi/Desktop
echo Starting...
sudo python Stronghold_CMD_Robotic_Arm.py
cd /