chapter 2: Getting Your Own Copy of Python

2.1 Downloading the Version You Need

2.1.1 Linux

Automatic Install Script

$ sudo wget -qO- https://get.docker.com/ | sh

remove hell-world

$ sudo docker rm `sudo docker ps -aq`
$ sudo docker rmi hello-world

.

2.2 Installing Python

2.3 Accessing Python on Your Machine

2.4 Testing Your Installation