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:
Erik Rose
2016-02-05 18:31:41 -05:00
parent 192c3faf7e
commit 505e66b57c
10 changed files with 7 additions and 8 deletions
Executable
+8
View File
@@ -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] \