

If you see a version report, keep the console window open and proceed to configuring your pip3 install using Terminal. Pip 9.0.3 from /Library/Frameworks/amework/Versions/3.6/lib/python3.6/site-packages (python 3.6) This should show the version of pip3 like… Once you have python3 installed, type the following into Terminal and press Enter. If you don’t yet have python3, you can download a Mac OS installer for python 3.6.5 by clicking here. If python3 is not installed, the shell will not launch and it will instead report… If it launched a python shell as expected, press CTRL+D to exit the shell. Type “help”, “copyright”, “credits” or “license” for more information You will be able to see the help information from pip3 only if the python. Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 03:03:55) Installing Python via homebrew Open a terminal application and type pip3. If python3 is installed this should launch the python shell, and take you to an interactive python prompt which looks like > where you can type 4+4, and press Enter to see 8. On Mac OS you should be able to launch a Terminal, which looks like this…Īfter it has launched, type the following into the Terminal and press Enter Python3 should already be installed since Mac OS X High Sierra, but pip3 may not yet be installed. Use python3 to install pip3 by copy-pasting the command lines below into the Mac OS Terminal prompt, pressing Enter each time curl -O (This command line uses the curl downloader to download a script file to the current directory) sudo python3 get-pip.
