How to install python

I will write down how to install python as a memo for myself. MacOS

Install Package Manager (Homebrew)

/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

How to install Python
How to install python
How to install Python [Windows]
How to install python using anaconda
How to install pip
How to install archlinux
How to install BayesOpt
How to install Nbextensions
How to install Prover9
How to install and use pandas_datareader [Python]
python3 How to install an external module
[Kivy] How to install Kivy on Windows [Python]
How to install python3 with docker centos
[2020 version] How to install Python3 on AWS EC2
python3: How to use bottle (2)
install python
Tabpy 1.0 (2020-01 version) How to install
How to update Python Tkinter to 8.6
How to install Python for pharmaceutical company researchers
How to use Python argparse
How to install mkl numpy
Python: How to use pydub
[Python] How to use checkio
How to run Notepad ++ Python
How to change Python version
How to install Pelican blog
[Python] How to install OpenCV on Anaconda [Windows]
How to develop in Python
[python] How to judge scalar
[Python] How to use input ()
How to use Python lambda
[Python] How to use virtualenv
python3: How to use bottle (3)
python3: How to use bottle
How to use Python bytes
How to write a Python class
[Python] How to do PCA in Python
How to install mysql-connector-python on mac
How to install and use Tesseract-OCR
[Python] How to derive nCk (ABC156-D)
[Python] How to use Pandas Series
How to collect images in Python
How to use Requests (Python Library)
How to use SQLite in Python
[Introduction to Python] How to parse JSON
How to install python-pip with ubuntu20.04LTS
How to install graph-tool on macOS
How to install wkhtmltopdf (Amazon Linux2)
How to install VMware-Tools on Linux
How to install pycrypto on Windows
How to get the Python version
How to install OpenCV on Mac
How to install MBDyn (Linux Ubuntu)
How to install PyPy on CentOS
How to get started with Python
[Python] How to import the library
How to install TensorFlow on CentOS 7
How to install and configure blackbird
How to install CUDA and nvidia-driver
How to install and use Graphviz
[Python] How to use list 3 Added