Version upgrade of python Anaconda
Overview
Procedure to update Anaconda-4.0.0 installed around June 2016 to the latest version as of November 2016
environment
- MacBook Pro (Mid 2012) with NVIDIA GeForce GT 650M 1024 MB
- OS X El Capitan
--Xcode 7.3 command-line tool installed
--homebrew installed
--python environment (before update) Anaconda-4.0.0
procedure
- Start terminal
- Confirm that the conda command can be used in the conda list.
- conda update Conda will ask you to update the conda itself, Proceed ([y] / n) ?, so y
- conda update anaconda will ask you to update anaconda, Proceed ([y] / n) ?, so y
This completes the update
Verification
- In the conda list, the version of Anaconda is 4.2.0
- Start Anaconda Navigator and use your own Environment without any problems.
Reference, reference, Special Thanks
--http://oyamazemi.wiki.fc2.com/wiki/Anaconda%20 update