mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
9 lines
201 B
Bash
Executable File
9 lines
201 B
Bash
Executable File
#!/bin/sh -xe
|
|
# Developer Python3 virtualenv setup for Let's Encrypt
|
|
|
|
export VENV_NAME="${VENV_NAME:-venv3}"
|
|
export VENV_ARGS="--python python3"
|
|
|
|
./bootstrap/dev/_venv_common.sh \
|
|
-e acme[testing] \
|