1
2
3
4
5
6
7
8
9
10
11
12
13
14 | $ python3 -V
Python 3.4.3
$ apt-cache policy python3
python3:
Installed: 3.4.0-0ubuntu2
Candidate: 3.4.0-0ubuntu2
Version table:
*** 3.4.0-0ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
$ which python3
/usr/bin/python3
$ ls -l /usr/bin/python3
lrwxrwxrwx 1 root root 9 Apr 5 15:16 /usr/bin/python3 -> python3.4
|