1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-09-27 11:04:19 +02:00

Makefile: update Python version

This commit is contained in:
Aleksandr Gumroian 2021-01-28 11:43:36 +01:00
parent cb5fa4ce34
commit a08de54ca1
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -1,6 +1,6 @@
.PHONY: all install-js watch-js build-js collect-files pack publish-beta publish-latest lint test test-js-update-snapshots create-messages update-messages docs docs-watch clean
DEV_PYTHON=python3.7
DEV_PYTHON=python3
VENV_NAME?=venv
VENV_BIN=$(shell pwd)/$(VENV_NAME)/bin