amitools icon indicating copy to clipboard operation
amitools copied to clipboard

macOS pip installation instructions are obsolete

Open bioglaze opened this issue 2 years ago • 0 comments

This command results in a broken install on macOS Big Sur:

sudo easy_install pip

According to StackOverflow and other websites, the command is obsolete and pip should be installed like this on modern macOS:

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

bioglaze avatar Jun 24 '22 13:06 bioglaze