chapter 1: Getting Started – One Environment per Project

Creating a virtual Python environment using venv 838 Bootstrapping pip using ensurepip 843 Installing C/C++ packages 844 Summary

1.1 Creating a virtual Python environment using venv

1.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

.

1.2 Bootstrapping pip using ensurepip

1.3 Installing C/C++ packages

1.4 Summary