如何在 Spyder 中更改 Python 的路径?

2022-01-20 00:00:00 python path spyder ide

问题描述

我正在使用 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.

相关文章