Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
316 stars 417 forks source link

[pretix] Cronjob does not work #1511

Closed herzogmedia closed 1 year ago

herzogmedia commented 1 year ago

With the current guide, the cronjob throws an error: /usr/bin/python: No module named pretix

Current:

18,48 * * * * cd ~/pretix_data && python -m pretix runperiodic

Fix:

18,48 * * * * cd ~/pretix_data && python3.9 -m pretix runperiodic