无法从 Windows 命令提示符 运行 Spyder3
Cannot run Spyder3 from Windows command prompt
我下载了 Python3,在我已经有 Python2 的笔记本电脑上,分别在两个文件夹 Python3
和 Python27
中。
我有 Windows 10、64 位。
Spyder.exe
和Spyder3.exe
在安装的Scripts
子文件夹中。
我在 Path
环境变量中添加了 Python27\Scripts
和 Python3\Scripts
。
打开命令提示符并键入
spyder
在键入时正确启动 Spyder2
spyder3
结果:
--
我在网上看到这个错误一般出现在Pip3
,所以我尝试升级spyder3,但是并没有解决问题。
有什么想法吗?
spyder 可执行文件在其最新版本中从 "spyder.exe" 更改为 "spyder3.exe"
所以,在 \WinPython-64bit-3.5.3.0Qt5\python-3.5.3.amd64\Scripts\spyder.bat:
替换spyder.exe
每 spyder3.exe
也许 spyder_reset.bat
也可以这样做
我下载了 Python3,在我已经有 Python2 的笔记本电脑上,分别在两个文件夹 Python3
和 Python27
中。
我有 Windows 10、64 位。
Spyder.exe
和Spyder3.exe
在安装的Scripts
子文件夹中。
我在 Path
环境变量中添加了 Python27\Scripts
和 Python3\Scripts
。
打开命令提示符并键入
spyder
在键入时正确启动 Spyder2
spyder3
结果:
--
我在网上看到这个错误一般出现在Pip3
,所以我尝试升级spyder3,但是并没有解决问题。
有什么想法吗?
spyder 可执行文件在其最新版本中从 "spyder.exe" 更改为 "spyder3.exe"
所以,在 \WinPython-64bit-3.5.3.0Qt5\python-3.5.3.amd64\Scripts\spyder.bat:
替换spyder.exe 每 spyder3.exe 也许 spyder_reset.bat
也可以这样做