Quantcast
Channel: How do I get a list of locally installed Python modules? - Stack Overflow
Viewing all articles
Browse latest Browse all 35

Answer by Pavan Gupta for How do I get a list of locally installed Python modules?

$
0
0

pip freeze does it all, finding packages. However, one can simply write the following command to list all paths where Python packages are.

>>> import site; site.getsitepackages()['/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages']

Viewing all articles
Browse latest Browse all 35

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>