ubuntu deadsneaks
This commit is contained in:
@@ -359,7 +359,7 @@ fi
|
|||||||
pip_path = venv_bin / "pip"
|
pip_path = venv_bin / "pip"
|
||||||
certbot_path = venv_bin / "certbot"
|
certbot_path = venv_bin / "certbot"
|
||||||
|
|
||||||
with step(f"✔ Preparing Certbot venv at {venv_dir} (Python {PYTHON_VERSION})"):
|
with step(f"Preparing Certbot venv at {venv_dir} (Python {PYTHON_VERSION})"):
|
||||||
venv_dir.mkdir(parents=True, exist_ok=True)
|
venv_dir.mkdir(parents=True, exist_ok=True)
|
||||||
if not venv_dir.exists() or not pip_path.exists():
|
if not venv_dir.exists() or not pip_path.exists():
|
||||||
run([str(python311), "-m", "venv", str(venv_dir)])
|
run([str(python311), "-m", "venv", str(venv_dir)])
|
||||||
|
|||||||
Reference in New Issue
Block a user