From 3eb1073c32fdeb857d96fb90984200f2aaed5582 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 10 Jun 2022 21:53:58 -0700 Subject: [PATCH] switch to using the builtin venv module --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3661e32..de4de2c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VIRTUALENV ?= virtualenv +VIRTUALENV ?= python3 -m venv VRITUALENVARGS = FILES=ntunnel/__init__.py