help(pip)
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
help(pip)
NameError: name 'pip' is not defined
...全文
17862打赏收藏
python3.5无法使用pip
安装时候已经选上安装pip了,加入环境变量也是在安装的时候都选择了,现在在shell里面输入pip3仍然没法使用 help(pip) Traceback (most recent call last): File "", line 1, in help(pip) NameError: name 'pip' is not defined
python3.x已经有pip了,但是使用前先更新
pip 官网上:
pip is already installed if you're using Python 2 >=2.7.9 or Python 3 >=3.4 downloaded from python.org, but you'll need to upgrade pip.