forked from Ponysearch/Ponysearch
[fix] message to install different python versions from apt PPA
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
809bf85426
commit
6316a8d49a
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ msg-python-exe:
|
||||||
https://www.python.org or install it from your package\n\
|
https://www.python.org or install it from your package\n\
|
||||||
manager. On debian based OS these requirements are\n\
|
manager. On debian based OS these requirements are\n\
|
||||||
installed by::\n\n\
|
installed by::\n\n\
|
||||||
sudo -H apt-get install $(PYTHON)\n" | $(FMT)
|
sudo -H add-apt-repository ppa:deadsnakes/ppa\n\
|
||||||
|
sudo -H apt update\n\
|
||||||
|
sudo -H apt-get install $(PYTHON) $(PYTHON)-venv\n"
|
||||||
|
|
||||||
ifeq ($(shell which $(PYTHON) >/dev/null 2>&1; echo $$?), 1)
|
ifeq ($(shell which $(PYTHON) >/dev/null 2>&1; echo $$?), 1)
|
||||||
python-exe: msg-python-exe
|
python-exe: msg-python-exe
|
||||||
|
|
Loading…
Reference in a new issue