32
Ifyou
choosea
Custom
Install,the
installerwill
presentyou
withthe
followinglist
offeatures:
◦ Python
Framework.Thisistheguts ofPython,andisbothselectedanddisabledbecauseitmustbeinstalled.
◦ GUIApplicationsincludesIDLE,thegraphicalPythonShellwhichyouwillusethroughoutthis s book.I
stronglyrecommendkeepingthisoptionselected.
◦ UNIXcommand-linetoolsincludesthecommand-line
python3
application.Istronglyrecommendkeeping
thisoption,too.
◦ PythonDocumentationcontainsmuchoftheinformationon
docs.python.org
.Recommended ifyouare
ondialuporhavelimited Internetaccess.
◦ Shellprofileupdatercontrolswhethertoupdateyourshellprofile(usedin
Terminal.app
) toensurethat
thisversion ofPythonis onthesearchpathof yourshell.Youprobablydon’tneed tochangethis.
◦ FixsystemPythonshouldnotbechanged.(IttellsyourMactousePython3asthedefaultPythonforall
scripts,includingbuilt-insystemscriptsfromApple.Thiswouldbeverybad,sincemostof thosescriptsare
writtenforPython2,andtheywouldfailtorunproperlyunderPython3.)
Clickthe
Install
buttontocontinue.
18