Make a note of how to update Spyder to 4.1.2 using Anaconda3.
When I opened Spyder that I downloaded as an Anaconda package, I found the following display, so I checked the upload method.
If you are using Anaconda, you should have downloaded a package called Anaconda Prompt. You can update from here.
When you launch Anaconda Prompt, you will see the path where Anaconda is installed by default, so type the command Conda update -all here.
When executed, a list of packages to be updated will be displayed as shown below. If you select'y'and execute it, the update will start automatically.
After the installation is complete, the command will be accepted again, so After this, you can check the version information of each package, Run the conda list and make sure the installation is complete.
Recommended Posts