mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #2621 from return42/fix-searx.sh
[fix] utils/serax.sh create_pyenv() - drop duplicate 'pip install .'
This commit is contained in:
		
						commit
						111d38cd8f
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -503,7 +503,6 @@ pip install -U pip
 | 
				
			||||||
pip install -U setuptools
 | 
					pip install -U setuptools
 | 
				
			||||||
pip install -U wheel
 | 
					pip install -U wheel
 | 
				
			||||||
pip install -U pyyaml
 | 
					pip install -U pyyaml
 | 
				
			||||||
pip install -U -e .
 | 
					 | 
				
			||||||
cd ${SEARX_SRC}
 | 
					cd ${SEARX_SRC}
 | 
				
			||||||
pip install -e .
 | 
					pip install -e .
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue