[Python] Make pip available on macOS

With Raspberry Pi, you can install pip with ʻapt-get, but I wanted to install pip on macOS, so I got stuck there, so it's a memorandum. I thought it was one shot with Homebrew, but I can't install it with brew install pip`. [^ 1]

[^ 1]: * I love HomeBrew.

Follow the installation instructions on the official page

According to the Official Method, the following curl command will download the Python file get-pip.

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Run the downloaded get-pip.py to install pip.

$ python3 get-pip.py

Installation complete

Hit the which command to see the path, and the installation itself is complete.

$ which pip
/usr/local/bin/pip

environment

Reference site

-pip installation page -pip github repository

Recommended Posts

[Python] Make pip available on macOS
Made python available on macOS
Make pip available on Mac (easy_install is deprecated)
Run pip install on MacOS Python 3.7 or later
Make DHT11 available on Raspberry Pi + python (memo)
Make MeCab available from Python3
Make Cython available on Windows.
Make Opencv available in Python
Install Python on Windows + pip + virtualenv
Python development environment construction on macOS
[Lambda] Make import requests available [python]
Build a python environment on MacOS (Catallina)
scipy stumbles with pip install on python 2.7.8
Install Python less than 3.5.3 on macOS Catalina
Install python on xserver to use pip
Make pyknp (JUMAN, KNP) available on windows
Installing PIL with Python 3.x on macOS
Python on Windows
twitter on python3
python on mac
Python on Windbg
Python installation 2020 (macOS)
Make SciPy, scikit-learn available on M1 chip Macbooks
Notes on installing Python3 and using pip on Windows7
Install Python 3.8.6 on macOS Big Sur using pyenv
Make slackbot only react on specific channels (Python slackbot)
Get started with Python on macOS Big Sur
Install Python 3 on MacOS Catalina (with Homebrew only)
Make Python built with jhbuild work on OSX
Install Python and libraries for Python on MacOS Catalina
Install ZIP version Python and pip on Windows 10
Initial settings for using Python3.8 and pip on CentOS8
Python conda on cygwin
Install python on WSL
Install pip on Mavericks
[Python] pip and wheel
PyOpenGL setup on Python 3
Install Scrapy on python3
Notes on creating a python development environment on macOS Catalina
Install Python on Mac
Install Python 3 on Mac
Install Python3.4 on CentOS 6.6
Make a breakpoint on the c layer with python
Installing pandas on python2.6
Make it easy to install the ROS2 development environment with pip install on Python venv
python basic on windows ②
Install python on windows
Install Python 2.7.3 on CentOS 5.4
Build a Python development environment using pyenv on MacOS
build Python on Ubuntu
problem that certificate verify failed on mac python pip
Install Python 3.3 on Ubuntu 12.04
Install Python 3.4 on Mac
Use pip on Windows
Install pip / pip3 on Ubuntu
Install Python 3.6 on Docker
Make anaconda environment available from command prompt on windows
Build a python machine learning study environment on macOS sierra
Use Python 3 introduced with command line tools on macOS Catalina
Memo of python + numpy/scipy/pandas/matplotlib/jupyterlab environment construction on M1 macOS (as of 2020/12/24)
What to do if pip install mysqlclient fails on MacOS