Python Part 1: Python 3 on Ubuntu 14.04 LTS
Last Updated by Code Sport. Filed under pythonPython 3.4 is installed on the stable release of Ubuntu 14.04. To…
Python 3.4 is installed on the stable release of Ubuntu 14.04. To use it, just type python3
. For example, to compile the script myFile.py
, type:
$ python3 myFile.py
See the full explanation on this AskUbuntu help forum post.
Note: The above answer on AskUbuntu seems to reference information from the Open Book Project Python guide.