Skip to content

Install pip from pypa.io

Calvin Cheng requested to merge install-latest-pip into master

The pip installed using the debian package python3-pip is too old and can't handle the newer pip versions. For example, the latest pypi package cryptography will not be installed with the packaged pip.

Instead we install pip by using the https://bootstrap.pypa.io/get-pip.py script.

Edited by Calvin Cheng

Merge request reports