We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
brew install python
Installing Python 3 on Mac OS X: https://docs.python-guide.org/starting/install3/osx/
yum install -y python36 python36-devel rm /usr/bin/python /usr/bin/python-config /usr/bin/pip ln -s /usr/bin/python3 /usr/bin/python ln -s /usr/bin/python3-config /usr/bin/python-config ln -s /usr/bin/pip3 /usr/bin/pip mv /usr/bin/pydoc /usr/bin/pydoc2 ln -s /usr/bin/pydoc3.6 /usr/bin/pydoc