Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Debian。我安装了 Python 3.2.3。Python 3 的路径是 /usr/bin/python3。如何在 Spyder 中更改它?
按CTRL+SHIFT+ALT+P打开首选项窗口。在此窗口中,选择Console左侧的项目,然后选择Advanced Settings选项卡。Python 可执行文件的路径就在那里。
CTRL+SHIFT+ALT+P
Console
Advanced Settings
使用 Anaconda3 v. 4.10.1 附带的 Spyder v. 4.2.5,我在“首选项”菜单的左侧看不到“控制台” (即工具>首选项)。在此版本中,您可以更改左侧Python 解释器下的python.exe文件的路径。
如果您无法更改工作目录,这很简单。按 CTRL+SHIFT+ALT+P 打开“首选项”窗口,然后转到“运行”,然后查看工作目录选项,最后按“当前工作目录”选项。
执行以下命令:%cd"P:\Python"
%cd"P:\Python"