Run Pyenv Python in Crontab

Feb 21, 2021

Create a script: /script/test.sh

#!/bin/bashexport PATH="/home/$USER/.pyenv/bin:$PATH"eval "$(pyenv init -)"eval "$(pyenv virtualenv-init -)"#. /home/$USER/.bashrcpyenv activate PYENVcd /code/PROJECTpython test.py

crontab -e

* * * * * . /script/test.sh

NOTE: Run script every minutes

❤️ Is this article helpful?

Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.

Do send some 💖 to @d_luaz or share this article.

✨ By Desmond Lua

A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz

👶 Apps I built

Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.