mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
#!{{ jupyterhub_venv }}/bin/python3
 | 
						|
 | 
						|
import site
 | 
						|
 | 
						|
for path in iter(site.getsitepackages()):
 | 
						|
    if path.find('site') != -1:
 | 
						|
        print(path)
 |