Setting up Brackets to use Python 3
Launch the Brackets editor. I will assume you have already downloaded and installed it. Click the block icon on the right side of the editor window.
![Screenshot](images/brackets_01.png)
Find the "Integrated Development" extension and install it.
![Screenshot](images/brackets_02.png)
Open the "Edit" menu and choose "Edit Builder".
![Screenshot](images/brackets_03.png)
Find the reference to "python
" in the Python section.
![Screenshot](images/brackets_04.png)
Change it to the following:
/Library/Frameworks/Python.framework/Versions/3.4/bin/python3
![Screenshot](images/brackets_05.png)
Close and re-start Brackets. You should now be able to use the green arrow icon on the right side of the screen to run your programs in Python 3.