Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Python by (1.6k points)

How do I find the location of my site-packages directory?

1 Answer

–1 vote
by (25.1k points)

For the location for global site-packages use: python -m site

For per user site-packages use: python -m site --user-site

Related questions

Browse Categories

...