What's the difference between /usr/lib/python and /usr/lib64/python? -


i using ubuntu.

i found many python libraries installed went in both /usr/lib/python , /usr/lib64/python.

when print module object, module path showed module lived in /usr/lib/python.

why need /usr/lib64/python directory then? what's difference between these 2 directories?

btw

some package management script , egg-info lived in both directories links packages in /usr/share.

most python modules links, so files not.

the 64-bit version of libraries?

what version of python running? if running 32-bit version, won't need files.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

c++ - Accessing inactive union member and undefined behavior? -

php - Get uncommon values from two or more arrays -