首页 > 编程 > Python > 正文

python 使用过程问题总结

2019-11-06 06:50:20
字体:
来源:转载
供稿:网友

对于刚接触Python,在使用过程中存在许多简单或复杂的问题,本文总结Python使用过程中常见的一些问题,欢迎补充。

1 Python,使用pip提示 name pip is not defined

可能是安装的时候没有勾选pip,导致pip无法使用。

1.2 安装Python时勾选了add to path 和pip,但是输入pip还是提示

>>> pip

      Traceback (most recent call last):

       File “< stdin>”, line 1, in <module>

      NameError: name ‘pip’ is not defined

在cmd命令符下输入pip,而不是在Python解释器中输入pip。


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表