ensurepip
Ensurepip is a Python module that is included in Python 3.4 and later versions. It is used to ensure that pip (Python package manager) is installed and up-to-date in the Python environment. The ensurepip module provides a simple way to bootstrap pip on a system without pip installed by default. It can be used to install packages from the Python Package Index (PyPI) and other sources.
原文地址: https://www.cveoy.top/t/topic/haGl 著作权归作者所有。请勿转载和采集!