35
Recommended way to run my scripts from a venv?
(feddit.org)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
I use pipenv with pyenv together. This works pretty well, also in cron jobs. Just add
pipenv run python script.py
to the cron table.