我正在使用 Debian.我安装了 Python 3.2.3.Python 3 的路径是/usr/bin/python3.如何在 Spyder 中更改它?
I'm using Debian. I installed Python 3.2.3. The path of Python 3 is /usr/bin/python3. How do I change it in Spyder?
按 CTRL+SHIFT+ALT+P
打开首选项窗口.在此窗口中,选择左侧的 Console
项,然后选择 Advanced Settings
选项卡.Python 可执行文件的路径就在那里.
Press CTRL+SHIFT+ALT+P
to open the Preferences window. Within this window, select the Console
item on the left, then the Advanced Settings
tab. The path to the Python executable will be right there.
这篇关于如何在 Spyder 中更改 Python 的路径?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!