guys, I've spent hours struggling to install python via Homebrew on my Mac.
I've tried brew install python
and brew fetch python
for a few times but both failed to download python--setuptools
. I believed that it may be due to the GFW in China. I have been using VPN so I downloaded the setuptools-19.4.tar.gz
(~ 642 KB) to the brew --cache
(/Library/Caches/Homebrew
in my case) but it seems that Homebrew only recognises python-2.7.11.tgz
but not setuptools-19.4.tar.gz
as you can see from the screenshot below.
Any idea to solve it? Thanks in advance!