mirror of
https://github.com/certbot/certbot.git
synced 2026-02-18 01:58:29 -05:00
8 lines
201 B
Bash
Executable file
8 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] \
|