blob: 6d4527111aa16fcf24ac677d14fc4c0db9997729 [file] [log] [blame]
Ned Deily7aaa67e2014-11-14 18:41:56 -08001This package will install Python $FULL_VERSION for Mac OS X $MACOSX_DEPLOYMENT_TARGET for the following architecture(s): $ARCHITECTURES.
Thomas Wouters477c8d52006-05-27 19:21:47 +00002
Ned Deily7aaa67e2014-11-14 18:41:56 -08003=============================
Ned Deilyaa6a2122013-11-23 03:30:11 -08004Update your version of Tcl/Tk to use IDLE or other Tk applications
Ned Deily7aaa67e2014-11-14 18:41:56 -08005=============================
Ned Deilyaa6a2122013-11-23 03:30:11 -08006
Ned Deily7aaa67e2014-11-14 18:41:56 -08007To use IDLE or other programs that use the Tkinter graphical user interface toolkit, you need to install a newer third-party version of the Tcl/Tk frameworks. Visit https://www.python.org/download/mac/tcltk/ for current information about supported and recommended versions of Tcl/Tk for this version of Python and of Mac OS X.
Ned Deilyaa6a2122013-11-23 03:30:11 -08008
Ned Deily7aaa67e2014-11-14 18:41:56 -08009=============================
10Python 3 and Python 2 Co-existence
11=============================
Ned Deily41ab6c32013-11-22 22:25:43 -080012
Ned Deily7aaa67e2014-11-14 18:41:56 -080013Python.org Python $VERSION and 2.7.x versions can both be installed on your system and will not conflict. Command names for Python 3 contain a 3 in them, python3 (or python$VERSION), idle3 (or idle$VERSION), pip3 (or pip$VERSION), etc. Python 2.7 command names contain a 2 or no digit: python2 (or python2.7 or python), idle2 (or idle2.7 or idle), etc. If you want to use pip with Python 2.7.x, download and install a separate copy of it from the Python Package Index (https://pypi.python.org/pypi/pip/).