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