How to run Spyder with Python 3.7 with Anaconda
问题 I have installed Anaconda on a Windows 10 machine which comes with Spyder and Python 3.6 but I wish to upgrade to Python 3.7 To create an Anaconda Environment with Python 3.7 is easy by using: conda create --name py37 python=3.7 or: conda create --name py370 python=3.7.0 --channel conda-forge However starting Spyder in this environment will throw it back to Python 3.6. I tried specifing the python.exe (for version 3.7) directly in Tools -> Settings of Spyder, however upon restarting the