Just download and install from here on the official website. Please note that the download may take a long time or may fail.
[Here](http://oyamazemi.wiki.fc2.com/wiki/Anaconda%20%E3%81%AE%E3%82%A2%E3%83%83%E3%83%97%E3%83% 87% E3% 83% BC% E3% 83% 88) will be helpful.
You can update all at once with conda update --all
.
conda update --all
is different from the latest version when updating the package individually, for example, conda update numpy
. Is there any kind of dependency? When I updated the latest package individually, I encountered an error, so it may be safe to keep the version that can be entered with conda update --all
.If you do all, conda itself will be updated.
Normal search
conda search -f (package name)
And
When searching for anaconda cloud (package updated by someone) ʻAnaconda search -t conda (package name) `
For frequently used commands, there is Cheat Sheet (PDF). If you have a cheat sheet, do you need anything else?