1
我使用Pythonxy(已卸載的Python的所有舊的情況下),它具有PIP作爲一個標準插件,按照文檔頁面https://code.google.com/p/pythonxy/wiki/StandardPluginsPIP不能在Pythonxy中工作?
但是當我使用PIP命令失敗。請問任何人都可以搞清楚我犯的錯誤嗎?
P.S.皮普用於Python的井下工作之前,我搬到Pythonxy
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Imported NumPy 1.8.0, SciPy 0.13.3, Matplotlib 1.3.1
+ guidata 1.6.1, guiqwt 2.3.1
Type "scientific" for more details.
>>> pip freeze
File "<stdin>", line 1
pip freeze
^
SyntaxError: invalid syntax
>>> pip install numpy
File "<stdin>", line 1
pip install numpy
^
SyntaxError: invalid syntax
>>>
謝謝,我錯過了它是口譯員的觀點 –