Setting up Python the proper way on a new Mac
A lot of people ask what the proper way of setting up the different versions of Python on a brand new Mac. After discussing it with people, this pretty much sums it up. http://python-guide-pt-br.readthedocs.io/en/latest/starting/install/osx/ Install HomeBrew $ /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” NOTE: When I tried this on my home MAC, I didn’t have …