I will write down how to install python as a memo for myself. MacOS
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
### install python
```brew install python```
Windows
### Download the installer
Go to the Official Page (https://www.python.org/ "Official Page") and go to Downloads-> All releases. Download the installer according to the bit version of your computer.
### Specify the download destination.
Specify Custumize install location as "C: \ Python \ Python36".
Recommended Posts