November 2015
Beginner
560 pages
13h 19m
English

Python has several different versions and a number of ways it can be set up on each operating system. This appendix is useful if the approach in Chapter 1 didn’t work, or if you want to install a different version of Python than the one that came with your system.
Python is included by default on almost every Linux system, but you might want to use a different version than the default. If so, first find out which version of Python you already have installed.
Open a terminal window and issue the following command:
$ python --versionPython 2.7.6
The result shows that the default version ...
Read now
Unlock full access