Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInconsistency in python2 installation instructions #1015
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It says that
pythongets left to point to the system python (2.7 on OSX), but then goes on to say thatpythonpoints 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.