Basically proceed according to this (hereinafter basic article) https://prog-8.com/docs/python-env
The installation command is described in Make sure to install with the command listed at the top of the site below
https://brew.sh/index_ja
Then enter the password as described in the basic article, I can't proceed with the display below If you are asked for a password again xcode is not installed.
Downloading Command Line Tools for Xcode
Leave the terminal waiting for the password to be entered Let's install xcode
Click here for installation method https://qiita.com/nakashunshun/items/0f4bc585530ec75c62cb
After installing Command Line Tools Let's go back
You should be able to install by entering the password again
pyenv install 3.6.5
Let's specify 3.8.0 here
All you have to do is follow the article!
Recommended Posts