mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-11-03 18:43:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
if [[ ! -d .venv ]]; then
 | 
						|
  log_error 'No .venv folder found. Use `uv sync` to create one first.'
 | 
						|
  exit 2
 | 
						|
fi
 | 
						|
 | 
						|
. .venv/bin/activate |