Cleanup venv scripts (#8629)

Fixes https://github.com/certbot/certbot/issues/8387.

* update _venv_common.py

* delete venv.py scripts

* rename venv script

* update relevant venv3 references

* remove set_python_envvars
This commit is contained in:
Brad Warren
2021-02-03 12:03:09 -08:00
committed by GitHub
parent 5ad0c254ca
commit 13af3f7ec2
13 changed files with 268 additions and 334 deletions
+2 -2
View File
@@ -15,6 +15,6 @@ RUN apt-get update && \
/tmp/* \
/var/tmp/*
RUN VENV_NAME="../venv3" python3 tools/venv3.py
RUN VENV_NAME="../venv" python3 tools/venv.py
ENV PATH /opt/certbot/venv3/bin:$PATH
ENV PATH /opt/certbot/venv/bin:$PATH