1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Files
certbot/tools/venv3.sh
2016-04-14 10:20:23 -07:00

9 lines
183 B
Bash
Executable File

#!/bin/sh -xe
# Developer Python3 virtualenv setup for Certbot
export VENV_NAME="${VENV_NAME:-venv3}"
export VENV_ARGS="--python python3"
./tools/_venv_common.sh \
-e acme[dev] \