Evaluate potential environment variables when passing a concrete Python interpreter for creating a venv in prepare
+ @dreher
Fixes (reported by @pohl )
echo "Create virtual environment in . ..."
Create virtual environment in . ...
"XII_DEFAULT_PYTHON_INTERPRETER" -m venv "."
/bin/sh: 1: XII_DEFAULT_PYTHON_INTERPRETER: not found
Makefile:19: recipe for target 'bin/activate' failed
make: *** [bin/activate] Error 127
Note: To regenerate the faulty Makefile, remote the affected .venv
directory.
Edited by Rainer Kartmann