mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 07:10:34 +01:00
No module named builtins #356
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rschuetzler on GitHub (Jun 8, 2018).
How can I get dehydrated to use the python3.6 I installed on my Raspberry Pi? I've got Python there, and installed the
requirements.txtwith it. Unfortunately when I run dehydrated, it seems to be trying to run in the system-installed Python 2 instead.Error message
What I've tried
alias python='python3.6'configarm-linux-gnuabihf-gccwhen installing, and I know the Python 3 install worked fine.@lukas2511 commented on GitHub (Jun 8, 2018):
This is not a dehydrated issue but an issue with your hook script. You can set a shebang for python3.6 in your hook script.