Ned Deily | 7aaa67e | 2014-11-14 18:41:56 -0800 | [diff] [blame] | 1 | This package will install Python $FULL_VERSION for Mac OS X $MACOSX_DEPLOYMENT_TARGET for the following architecture(s): $ARCHITECTURES. |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 2 | |
Ned Deily | 7aaa67e | 2014-11-14 18:41:56 -0800 | [diff] [blame] | 3 | ============================= |
Ned Deily | aa6a212 | 2013-11-23 03:30:11 -0800 | [diff] [blame] | 4 | Update your version of Tcl/Tk to use IDLE or other Tk applications |
Ned Deily | 7aaa67e | 2014-11-14 18:41:56 -0800 | [diff] [blame] | 5 | ============================= |
Ned Deily | aa6a212 | 2013-11-23 03:30:11 -0800 | [diff] [blame] | 6 | |
Ned Deily | 7aaa67e | 2014-11-14 18:41:56 -0800 | [diff] [blame] | 7 | To 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 Deily | aa6a212 | 2013-11-23 03:30:11 -0800 | [diff] [blame] | 8 | |
Ned Deily | 7aaa67e | 2014-11-14 18:41:56 -0800 | [diff] [blame] | 9 | ============================= |
| 10 | Python 3 and Python 2 Co-existence |
| 11 | ============================= |
Ned Deily | 41ab6c3 | 2013-11-22 22:25:43 -0800 | [diff] [blame] | 12 | |
Ned Deily | 7aaa67e | 2014-11-14 18:41:56 -0800 | [diff] [blame] | 13 | Python.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/). |