[Tutor] python3.4m

Ben Finney ben+python at benfinney.id.au
Fri Apr 3 04:42:31 CEST 2015


Alex Kleider <akleider at sonic.net> writes:

> A listing of /usr/bin/python* on my Ubuntu 14.04 LTS machine yields
> the following:
> alex at 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.

-- 
 \       “Whenever you read a good book, it's like the author is right |
  `\   there, in the room talking to you, which is why I don't like to |
_o__)                                   read good books.” —Jack Handey |
Ben Finney



More information about the Tutor mailing list