Since it's a big deal, install Python3 with brew.
$brew update
$brew install python3
$python3 -V
Python 3.5.2
Note that the version confirmation option is -V
.
-v
is another option.
$python3 -m pip install django
$python3 -m django --version
1.10
Preference > Plugins > Install JetBrains plugin...
Search for python
and install & Restart
5.Run!!!
When you access http://127.0.0.1:5000/
How nice!
Recommended Posts