
Add the following lines: echo 'eval "$(pyenv init -path)"' > ~/.zprofileĮcho 'eval "$(pyenv init -)"' > ~/. Open Terminal, then type in: brew install openssl readline sqlite3 xz zlibįinally, update the shell profile configuration, i.e ~/.zshrc if your default shell is ZSH. To make pyenv work, install build dependencies through Homebrew. The Homebrew Python documentation recommends pyenv to manage Python environments. You lose control over “site-packages” and all the PIP packages that you had installed might become inaccessible. For example, the "youtube-dl" package uses Python as its dependency, the Python package may get updated as and when needed.

If you dont have pip, follow the instructions in the main installation topic. Many people prefer to use Homebrew to install software packages, but should you use it for Python development? The problem with using Homebrew Python is that it’s not in your control. Install pip3: Securely download the get-pip. You can also use pip directly to install AWS ParallelCluster. Install pip3 on Mac With the get-pip. This tutorial will introduce and demonstrate these methods to help you install pip3 on your Mac device. If you’re working on multiple Python projects, the default location, which needs sudo privileges, creates hurdles. Install Pip3 on Mac With the Homebrew Package Manager You can use two primary methods to install pip3 on Mac through Python: the get-pip.py file and the Homebrew package manager.
