Hello. This is Jack. When I was looking for a Python & data analysis environment on my Mac, I came across a useful tool called Anaconda. I was trying to install numpy using pip etc., but for some reason I couldn't install it properly ... I was able to install Anaconda immediately, so I made a note of the procedure.
Check the version of Anaconda with pyenv.
% pyenv install anaconda
python-build: definition not found: anaconda
The following versions contain `anaconda' in the name:
anaconda-1.4.0
anaconda-1.5.0
anaconda-1.5.1
anaconda-1.6.0
anaconda-1.6.1
anaconda-1.7.0
anaconda-1.8.0
anaconda-1.9.0
anaconda-1.9.1
anaconda-1.9.2
anaconda-2.0.0
anaconda-2.0.1
anaconda-2.1.0
anaconda-2.2.0
anaconda-2.3.0
anaconda-2.4.0
anaconda-4.0.0
anaconda2-2.4.0
anaconda2-2.4.1
anaconda2-2.5.0
anaconda2-4.0.0
anaconda3-2.0.0
anaconda3-2.0.1
anaconda3-2.1.0
anaconda3-2.2.0
anaconda3-2.3.0
anaconda3-2.4.0
anaconda3-2.4.1
anaconda3-2.5.0
anaconda3-4.0.0
See all available versions with `pyenv install --list'.
If the version you need is missing, try upgrading pyenv:
brew update && brew upgrade pyenv
This will also be installed by hitting the following command with pyenv.
% pyenv install anaconda3-4.0.0
Downloading Anaconda3-4.0.0-MacOSX-x86_64.sh...
-> https://repo.continuum.io/archive/Anaconda3-4.0.0-MacOSX-x86_64.sh
Installing Anaconda3-4.0.0-MacOSX-x86_64...
Installed Anaconda3-4.0.0-MacOSX-x86_64 to /Users/yamashita_kazuhiko/.pyenv/versions/anaconda3-4.0.0
Recommended Posts