What is the difference between the /usr/bin/python3
and /usr/bin/python3m
executibles?
I am observing them on Ubuntu 13.04, but Google suggests that they exist on other distributions too.
The two files have the same md5sum, but do not seem to be symbolic links or hard links; the two files have different inode numbers returned by ls -li
and testing find -xdev -samefile /usr/bin/python3.3
does not return any other files.
Someone asked a similar question on AskUbuntu, but I wanted to find out more about the difference between the two files.