mirror of
				https://github.com/qurator-spk/ocrd-galley.git
				synced 2025-10-31 11:14:12 +01:00 
			
		
		
		
	🐛 Handle missing pip3 in the main script
This commit is contained in:
		
							parent
							
								
									0074ac405e
								
							
						
					
					
						commit
						fc853d4d13
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -82,7 +82,9 @@ main() { | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| if [ "$LOG_LEVEL" = "DEBUG" -o "$LOG_LEVEL" = "TRACE" ]; then | if [ "$LOG_LEVEL" = "DEBUG" -o "$LOG_LEVEL" = "TRACE" ]; then | ||||||
|   pip3 list |   if which pip3; then | ||||||
|  |     pip3 list | ||||||
|  |   fi | ||||||
| fi | fi | ||||||
| main | main | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue