Issue
I am using spyder to run python. But the version of python is 3.8. How can I update it to the latest python in spyder. There are many answers available in internet how to update python in spyder if you are using anaconda distribution. But I am not using anaconda. How can we directly update it from spyder?
Solution
As per the Spyder installation guide: https://docs.spyder-ide.org/current/installation.html
You should download the latest installer from their website to update Spyder if you are not using conda for management.
Edit: I misunderstood, if you want to change which Python version you want to use in Spyder, you can follow these instructions: How to change python version in anaconda spyder
So in other words, first install the version of Python you want to use from the Python web page, then change Spyder to use that new interpreter as per the above instructions.
Answered By - Otto Hanski
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.