mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
makefile.python: fix (old) typo
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
916d8a9e46
commit
6007bd7fc8
@ -123,7 +123,7 @@ quiet_cmd_pyenvuninstall = PYENV uninstall $2
|
|||||||
# $2 path to folder where virtualenv take place
|
# $2 path to folder where virtualenv take place
|
||||||
quiet_cmd_virtualenv = PYENV usage: $ source ./$@/bin/activate
|
quiet_cmd_virtualenv = PYENV usage: $ source ./$@/bin/activate
|
||||||
cmd_virtualenv = \
|
cmd_virtualenv = \
|
||||||
if [ ! -d "./$(PY_ENV)" ];then \
|
if [ ! -d "$(PY_ENV)" ];then \
|
||||||
$(PYTHON) -m venv $(VTENV_OPTS) $2; \
|
$(PYTHON) -m venv $(VTENV_OPTS) $2; \
|
||||||
else \
|
else \
|
||||||
echo "PYENV using virtualenv from $2"; \
|
echo "PYENV using virtualenv from $2"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user