[PYTHON] Put Anaconda on your Mac using Pyenv

procedure

reference

Let's read the head family.

yyuu/pyenv@Github

Install pyenv

Install pyenv

brew install pyenv

Added to .zshrc

export PATH="$HOME/.pyenv/bin:$PATH"
if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi

install python

Search for installation target

pyenv install --list

Installation

pyenv install anaconda3-2.5.0

Confirm that it has been installed

pyenv versions

Set to global

pyenv global anaconda3-2.5.0

Check python version

python --version

Recommended Posts

Put Anaconda on your Mac using Pyenv
Build a Python environment on your Mac using pyenv
(Beginner) Notes on using pyenv on Mac
Install opencv on Mac using Anaconda Navigator
How to install Theano on Mac OS X 10.10 (using pyenv, anaconda)
Pyenv + virtualenv on Mac
Put Python's numerical calculation environment Anaconda on mac (2)
Put Python's numerical calculation environment Anaconda on mac
Put Python 2.7.x on Mac OSX 10.15.5 with pyenv
[CentOS7] Install anaconda using pyenv
Install module on Anaconda (Mac)
Install numba on your Mac
Install Django on your Mac
Pyenv on Mac OSX Mavericks
Catalina on Mac and pyenv
Minimum memo when using Python on Mac (pyenv edition)
Python environment construction on Mac (pyenv, virtualenv, anaconda, ipython notebook)
tensor flow with anaconda on mac
Anaconda environment construction on Mac (2018 version)
Introducing Python using pyenv on Ubuntu 20.04
Install Python 3.7 Anaconda on MAC, but Python 2
Notes on installing Python using PyEnv
Install Python on CentOS using Pyenv
Install Python on CentOS using pyenv
Build a Python environment on your Mac with Anaconda and PyCharm
Ansible playbook for setting up Python preferences using pyenv on Mac
Snow on your Mac the old-fashioned way
Create a python environment on your Mac
Put PySide + PyInstaller-> empty qt.conf on Mac
Notes on building Python and pyenv on Mac
Build Python environment with Anaconda on Mac
Install anaconda on a new Mac anyway
Error, warning when using TensorFlow on Mac
Video processing using Python + OpenCV on Mac
Read FeliCa using Pasori (RC-380S) on Mac
Try to build python and anaconda environment on Mac (by pyenv, conda)
Notes on setting pyenv and python environment using Homebrew on Mac OS Marvericks
Build Python3.5 + matplotlib environment on Ubuntu 12 using Anaconda
Install Python 3.8.6 on macOS Big Sur using pyenv
pyenv + virtualenv + Anaconda
Theano on Anaconda
Build a Python development environment on your Mac
Output repository list using Github API on Mac
python on mac
pyenv + anaconda + python3
Remove old pyenv environment on Mac and update
Until you install Anaconda for data analysis on your Mac and launch the IDE
Build a Django development environment using pyenv-virtualenv on Mac
Set up a simple local server on your Mac
Steps to install the latest Python on your Mac
Try using E-Cell 4 on Windows 7 or Mac OS X
Post to your account using the API on Twitter
Build a Python development environment using pyenv on MacOS
Install Python environment on local PC (pyenv, venv on Mac)
Minimum notes when using Python on Mac (Homebrew edition)
Install Tensorflow on Mac
Install Ansible on Mac
Install Python on Mac
Install Python 3 on Mac
numba installation on mac
Anaconda on Windows Terminal