1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/jupyterhub/templates/getsite.py.j2

8 lines
144 B
Text
Raw Normal View History

#!{{ jupyterhub_venv }}/bin/python3
import site
for path in iter(site.getsitepackages()):
if path.find('site') != -1:
print(path)