On 2015-04-02 19:42, Ben Finney wrote:
Alex Kleider <aklei...@sonic.net> writes:

A listing of /usr/bin/python* on my Ubuntu 14.04 LTS machine yields
the following:
alex@t61p:~$ ls -l /usr/bin/python*
[…]
-rwxr-xr-x 1 root root 3802224 Apr 11  2014 /usr/bin/python3.4m
lrwxrwxrwx 1 root root      10 Aug 23  2014 /usr/bin/python3m ->
python3.4m

What is python3.4m?

I can't tell you what it is. I can, though, tell you how to query what
package installed it::

    $ dpkg --search /usr/bin/python3.4m

which might give some useful information.

It does indeed:
alex@t61p:~$  dpkg --search /usr/bin/python3.4m
python3.4-minimal: /usr/bin/python3.4m

This elaborates a bit:
https://launchpad.net/ubuntu/trusty/+package/python3.4-minimal

Thanks for the tip.

ak
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to