问题
I recently downloaded Anaconda, mainly since I want to work with Spyder. Today when running Spyder I was told that there is a new update:
Spyder 4.0.1 is available!
Please use your package manager to update Spyder or go to our Releases page to download this new version.
If you are not sure how to proceed to update Spyder please refer to our Installation instructions.
I was not sure how to priceed to updatae, so I clicked the "Installation" link, where it tells me that to update Spyder, all I needed to do would be to run conda update anaconda
to update the whole distribution, or run conda update spyder
to update spyder specifically.
But when I open a terminal (I am on Mac OS 10.15.3 and enter either of those lines I get zsh: command not found: conda
.
What am I doing wrong?
回答1:
To use this command, you will have to change directories to the install of anaconda, you wouldn’t have to do this if it was a global variable, but since you got that error it isn’t.
来源:https://stackoverflow.com/questions/60567403/failing-to-update-anaconda-spyder