我刚刚开始使用Python进行编程并安装了3.5 v 32位,但是当我尝试使用命令pip install selenium
时,会出现以下错误消息:
Python 3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:07:06) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information
>>> dir C:\py*
File "<stdin>", line 1
dir C:\py*
^
SyntaxError: invalid syntax
>>> pip install selenium
File "<stdin>", line 1
pip install selenium
^
SyntaxError: invalid syntax
>>> pip install cx_Freeze
File "<stdin>", line 1
pip install cx_Freeze
^
SyntaxError: invalid syntax
>>>
我尝试的任何命令都存在相同的错误 环境变量路径:C:\ Python35-32 \ Scripts \ Windows路径:C:\ Python35-32
答案 0 :(得分:0)
这是无效的Python代码。它可以作为IPython的扩展,但是请先阅读一些Python教程。