Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python library difference?

If I run

bob@me:/usr$ find . -name 'libpython2.7.so'

I get two hits:

./lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
./lib/x86_64-linux-gnu/libpython2.7.so

What's the difference?

like image 286
Astrid Avatar asked Aug 29 '26 03:08

Astrid


1 Answers

One is the configuration for the libpython2.7.so while the other is the exact location where the files for that particular library reside.

like image 54
Annapoornima Koppad Avatar answered Aug 30 '26 16:08

Annapoornima Koppad



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!