From: Karl O. Pinc Date: Tue, 16 Jul 2024 22:28:18 +0000 (-0500) Subject: Use "python3 -m venv" instead of "virtualenv" in Makefile template X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=27e343c16cd13e059c6e2465c7fc15e7e281b7f9;p=pgwui_develop Use "python3 -m venv" instead of "virtualenv" in Makefile template --- diff --git a/src/pgwui_develop/TEMPLATE/Makefile_pgwui.mk b/src/pgwui_develop/TEMPLATE/Makefile_pgwui.mk index 522e1c7..ee23a59 100644 --- a/src/pgwui_develop/TEMPLATE/Makefile_pgwui.mk +++ b/src/pgwui_develop/TEMPLATE/Makefile_pgwui.mk @@ -30,7 +30,7 @@ # This works on debian... PYTHON_EXE=python3 -VIRTUALENV=virtualenv -p ${PYTHON_EXE} +VIRTUALENV=${PYTHON_EXE} -m venv # (Optional) where pyenv is installed (git clone somepath) # For running tox against multiple python versions PYENV_INSTALLATION := $(HOME)/.pyenv