Posted By

tclancy on 01/17/10


Tagged

python


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

gartenstuhl


Python: Find Site Packages Directory


 / Published in: Bash
 

  1. python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"

Report this snippet  

You need to login to post a comment.