python-guide
python-guide copied to clipboard
Inconsistency in python2 installation instructions
It says that python gets left to point to the system python (2.7 on OSX), but then goes on to say that python points to homebrew Python3.
https://github.com/realpython/python-guide/blame/master/docs/starting/install/osx.rst#L84-L89
Not sure which bit needs to be changed.