mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[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\ | ||||
|   manager. On debian based OS these requirements are\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) | ||||
| python-exe: msg-python-exe | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Markus Heiser
						Markus Heiser