python3 -m ensurepip
出现以下信息:
[root@VM_0_7_centos ~]# python3 -m ensurepip
Looking in links: /tmp/tmptr5w04sx
Collecting setuptools
Collecting pip
Installing collected packages: setuptools, pip
Successfully installed pip-18.1 setuptools-40.6.2
但我打
pip --version
出现以下信息:
-bash: pip: command not found
相似问题