mirror of
https://github.com/searxng/searxng.git
synced 2025-07-19 03:09:25 +02:00
Makefile: marginal fix
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
0742c2504d
commit
5e2b161379
3 changed files with 8 additions and 7 deletions
|
@ -12,9 +12,9 @@ PYDIST = ./$(LXC_ENV_FOLDER)dist
|
|||
# folder where the python intermediate build files take place
|
||||
PYBUILD = ./$(LXC_ENV_FOLDER)build
|
||||
# python version to use
|
||||
PY ?=3
|
||||
PYTHON ?= python$(PY)
|
||||
PIP ?= pip$(PY)
|
||||
PY =3
|
||||
PYTHON = python$(PY)
|
||||
PIP = pip$(PY)
|
||||
PIP_INST ?= --user
|
||||
|
||||
# https://www.python.org/dev/peps/pep-0508/#extras
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue