SyntaxFix
Write A Post
Hire A Developer
Questions
Install Python3 on mac
1. brew install python3 2. curl https://bootstrap.pypa.io/get-pip.py | python3 3. python3
Use pip3 to install modules
pip3
1. pip3 install ipython 2. python3 -m IPython
:)