Location of global libraries for Python on Mac ?
Posted
by xTrol
on Stack Overflow
See other posts from Stack Overflow
or by xTrol
Published on 2010-04-29T23:53:35Z
Indexed on
2010/04/29
23:57 UTC
Read the original article
Hit count: 243
Hi,
Im fighting with installation SIP for Python on Mac OS X. Finally after compilation and installation when I run console form folder of SIP (locally) I can import sipconfig, but when I
m in other folder I cant - there is no module called sipconfig.
My question is - Where is folder to which I have to copy modules if I want to have them available globally (like "import os"), or how I can check it, because location "/Library/Python/2.6/site-packages/" doesn`t work.
© Stack Overflow or respective owner