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.

-- 
 \       “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

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

Reply via email to