ubuntu-server

problem with cronjob to run python script on ubuntu server

problem with cronjob to run python script on ubuntu server Question: I have installed python3 following the Digital Ocean guide and to run my python scripts just by command line, this is the bash I use and it works: ~$ source /home/username/python_projects/project_name/bin/activate ~$ python3 /home/username/python_projects/project_name.py ~$ deactivate if I put that commands in crontab in …

Total answers: 2