mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
put PYTHONHOME back
This commit is contained in:
parent
fe1c9858f5
commit
51e67bcdaf
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ apps:
|
|||
PATH: "$SNAP/bin:$SNAP/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
|
||||
AUGEAS_LENS_LIB: "$SNAP/usr/share/augeas/lenses/dist"
|
||||
CERTBOT_SNAPPED: "True"
|
||||
PYTHONHOME: "$SNAP"
|
||||
PYTHONPATH: "${SNAP}/lib/python3.12/site-packages:${SNAP}/usr/lib/python3/dist-packages:${PYTHONPATH}"
|
||||
renew:
|
||||
command: bin/python3 -s $SNAP/bin/certbot -q renew
|
||||
|
|
|
|||
Loading…
Reference in a new issue