Python/Runtime

From Fundamental Ramen
< Python
Revision as of 09:39, 2 September 2019 by Tacoball (talk | contribs) (Created page with "{| class="wikitable" ! TODO || Code |- | Detect site-packages || <source lang="python"> import site print(site.getsitepackages()) </source> |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
TODO Code
Detect site-packages
import site
print(site.getsitepackages())