简体   繁体   中英

How to update miniconda and Spyder 4.2.1

When I opened Spyder, I saw a message of

Spyder 4.2.1 is available! Instead, run the following commands in a terminal 
conda update anaconda
conda install spyder=4.2.1"

I installed miniconda before, so I opened anaconda prompt, then type in

conda update anaconda

PackageNotInstalledError: Package is not installed in prefix.
  prefix: C:\Users\yongn\miniconda3
  package name: anaconda

then I switched to

conda update miniconda

and I got same error:

PackageNotInstalledError: Package is not installed in prefix.
  prefix: C:\Users\yongn\miniconda3
  package name: miniconda

any suggestion on how to update miniconda?

$ conda update conda

conda is the package manager. Anaconda is the big enchilada with >100 packages included.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM