cnvogelg / amitools

Various tools for using AmigaOS programs on other platforms
250 stars 69 forks source link

macOS pip installation instructions are obsolete #173

Closed bioglaze closed 1 year ago

bioglaze commented 2 years ago

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
cnvogelg commented 1 year ago

I reworked and simplified the whole setup section in README and I am now referring to the pip setup page itself for details on pip setup...

See ca2f03bc2804dcdcdb4181479d397b539109d56d