spyder怎么切换Python版本
Spyder是从您正在使用的环境中启动的.
因此,如果你想在Spyder中使用python 3,那么你激活python34(或者你用Python 3命名环境的任何东西)然后运行spyder.
如果你想在Spyder中使用python 2,那么你停用python3环境(或激活你安装Python 2的环境)然后运行spyder.
一旦Spyder推出,不可以改变环境。
注:您可能需要在每个环境中安装Spyder,具体取决于您的设置,首先激活环境然后使用conda install spyder。
推荐学习《python教程》。
来源:PY学习网:原文地址:https://www.py.cn/article.html