mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
update PYTHONPATH as in e98ae54389/snap/snapcraft.yaml (L13C15-L13C103)
This commit is contained in:
parent
3393423f98
commit
fe1c9858f5
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +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/:$SNAP/usr/lib/python3.12"
|
||||
PYTHONPATH: "${SNAP}/lib/python3.12/site-packages:${SNAP}/usr/lib/python3/dist-packages:${PYTHONPATH}"
|
||||
renew:
|
||||
command: bin/python3 -s $SNAP/bin/certbot -q renew
|
||||
daemon: oneshot
|
||||
|
|
|
|||
Loading…
Reference in a new issue