libdir and python on x86_64

Toshio Kuratomi toshio at tiki-lounge.com
Fri Jun 3 19:31:58 UTC 2005


On Thu, 2005-06-02 at 20:18 -0600, Kevin Fenzi wrote:

> So on x86_64, do those two macro's result in diffrent directories? 
> I know they are diffrent things and _could_ be diffrent, but on all
> the machines I have access to they are the same. 

[badger at katahdin ~]$ uname -a
Linux katahdin.badger.com 2.6.11-prepkatahdin1.1319 #4 Mon May 23
00:27:33 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux

[badger at katahdin ~]$  python -c "from distutils.sysconfig import
get_python_lib; print get_python_lib()"
/usr/lib/python2.4/site-packages

[badger at katahdin ~]$  python -c "from distutils.sysconfig import
get_python_lib; print get_python_lib(1)"
/usr/lib64/python2.4/site-packages

So arch specific stuff will go in lib64/, site-independent stuff will
end in lib/

-Toshio
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-extras-list/attachments/20050603/1d3eed8e/attachment.sig>


More information about the fedora-extras-list mailing list