Makefiles - refer to python in more generic way

This commit is contained in:
Andrej730
2026-04-14 18:41:20 +05:00
committed by Thomas Krijnen
parent 5388d34593
commit 0cc4255f23
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -17,8 +17,8 @@
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
SHELL := sh
PYTHON:=python3.11
PIP:=pip3.11
PYTHON:=python3
PIP:=pip3
PATCH:=patch
SED:=sed -i
VENV_ACTIVATE:=bin/activate