mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 16:12:09 +02:00
Move the venv setup scripts to the tools folder.
They were the last things left in the bootstrap folder, and they were lonely.
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/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] \
|
||||
Reference in New Issue
Block a user