Created
July 22, 2020 13:09
-
-
Save ottomata/2e9933dfac6c9f05ea314eb9eb86e454 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From the build directory | |
$ ls anaconda-wmf/lib/libpython3.* | cat | |
anaconda-wmf/lib/libpython3.7m.a | |
anaconda-wmf/lib/libpython3.7m.nolto.a | |
anaconda-wmf/lib/libpython3.7m.so | |
anaconda-wmf/lib/libpython3.7m.so.1.0 | |
anaconda-wmf/lib/libpython3.so | |
# From the built .deb | |
$ dpkg-deb -c /var/cache/pbuilder/result/buster-amd64/anaconda-wmf_2020.02~wmf1_amd64.deb | grep lib/libpython3 | |
-rw-r--r-- root/root 3805376 2020-01-08 20:06 ./usr/lib/anaconda-wmf/lib/libpython3.7m.so.1.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment