Build Python environment with Anaconda on Mac

I want to use Anaconda, so refer to the following article Note from installing Homebrew to building an Anaconda environment for Python with pyenv

If you use the graphical installer, you will get a warning like "It may damage your computer", so use pyenv!

However, pyenv did not pass, so refer to this article pyenv is installed, but the pyenv command does not work

Still it didn't work, so uninstall it once brew uninstall pyenv

Check if python goes through .pyenv which python

Since the path did not pass, add the following to .zshrc

$ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc
$ echo 'eval "$(pyenv init -)"' >> ~/.zshrc

Reference Building a Python environment on Mac using pyenv

ipython notebook

Features included by default in Anaconda

Getting Started with iPython notebook

--Execution command

ctrl + enter: execute shift + enter: Execute + next input (usually use this)

--Complementary function

For example, after ʻimport random Press tab atrandom.` to complete

Recommended Posts

Build Python environment with Anaconda on Mac
Build a Python environment on your Mac with Anaconda and PyCharm
[Python] Building an environment with Anaconda [Mac]
Install Python environment with Anaconda
Build python environment with pyenv on EC2 (ubuntu)
Build Python3.5 + matplotlib environment on Ubuntu 12 using Anaconda
Build a python environment with ansible on centos6
Build a Python environment on Mac (Mountain Lion)
Build python3 environment with ubuntu 16.04
Build Python environment on Windows
Build python environment with direnv
Build a Python development environment on your Mac
Build python environment on windows
Try to build python and anaconda environment on Mac (by pyenv, conda)
Install Python3 on Mac and build environment [Definitive Edition]
Build a machine learning Python environment on Mac OS
Build a Python development environment on Mac OS X
Build a Python environment on your Mac using pyenv
Building a Python environment on Mac
tensor flow with anaconda on mac
Anaconda python environment construction on Windows 10
Build python virtual environment with virtualenv
Anaconda environment construction on Mac (2018 version)
Create a Python environment on Mac (2017/4)
Build Mysql + Python environment with docker
Python environment construction memo on Mac
Install Python 3.7 Anaconda on MAC, but Python 2
Environment construction of python3.8 on mac
Build Python 3.8 + Pipenv environment on Ubuntu 18.04
Build a python3 environment on CentOS7
python on mac
Python environment construction on Mac (pyenv, virtualenv, anaconda, ipython notebook)
Build a python data analysis environment on Mac (El Capitan)
Machine learning environment settings based on Python 3 on Mac (coexistence with Python 2)
Change Python 64bit environment to 32bit environment with Anaconda
Build Jupyter Lab (Python) environment with Docker
Python 2.7, 3.4, 3.5 extension module build environment on Windows
Build Python3 and OpenCV environment on Ubuntu 18.04
Build a python environment on MacOS (Catallina)
Create a python environment on your Mac
[Python] Create a virtual environment with Anaconda
Follow active applications on Mac with Python
Build a python virtual environment with pyenv
Build a Python + OpenCV environment on Cloud9
Build a modern Python environment with Neovim
Build AI / machine learning environment with Python
Build a 64-bit Python 2.7 environment with TDM-GCC and MinGW-w64 on Windows 7
Install Python on Mac
Use Python 3.8 with Anaconda
Python environment with docker-compose
build Python on Ubuntu
Install Python 3.4 on Mac
Mac environment construction Python
Virtual environment with Python 3.6
Build a WardPress environment on AWS with pulumi
Simply build a Python 3 execution environment on Windows
Build Python development environment with Visual Studio Code
Building an Anaconda environment for Python with pyenv
Building a Python environment with WLS2 + Anaconda + PyCharm
Install OpenCV 4.0 and Python 3.7 on Windows 10 with Anaconda
[Python] Build a Django development environment with Docker