Home | History | Annotate | Download | only in resources
      1 {\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf400
      2 {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 CourierNewPSMT;}
      3 {\colortbl;\red255\green255\blue255;}
      4 {\*\expandedcolortbl;;}
      5 \margl1440\margr1440\vieww15240\viewh15540\viewkind0
      6 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
      7 
      8 \f0\fs24 \cf0 This package will install Python $FULL_VERSION for macOS $MACOSX_DEPLOYMENT_TARGET for the following architecture(s): $ARCHITECTURES.\
      9 \
     10 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
     11 
     12 \b \cf0 \ul \ulc0 Which installer variant should I use? [CHANGED in 2.7.15]
     13 \b0 \ulnone \
     14 \
     15 
     16 \b **NEW**
     17 \b0  With Python 2.7.15, the python.org website now provides two installer variants for download: one that installs a 
     18 \i 64-bit-only 
     19 \i0 Python capable of running on 
     20 \i macOS 10.9 (Mavericks)
     21 \i0  or later; and one that installs a 
     22 \i 64-bit/32-bit Intel
     23 \i0  Python capable of running on 
     24 \i macOS 10.6 (Snow Leopard)
     25 \i0  or later.  (This ReadMe was installed with the 
     26 \i $MACOSX_DEPLOYMENT_TARGET
     27 \i0  variant.)  Previous Python 2.7.x releases provided the 10.6 or later installer and a 10.5 or later 32-bit-only variant. If you are running on macOS 10.9 or later and if you have no need for compatibility with older systems, use the 10.9 variant.  Use the 10.6 variant if you are running on macOS 10.6 through 10.8, if you need to maintain compatibility with previous 2.7.x releases, or if you want to produce standalone applications that can run on systems from 10.6.  The Pythons installed by these installers are built with private copies of some third-party libraries not included with or newer than those in macOS itself.  The list of these libraries varies by installer variant and is included at the end of the 
     28 \f1 License.rtf
     29 \f0  file.\
     30 
     31 \b \ul \
     32 Certificate verification and OpenSSL_[CHANGED in 2.7.15]\
     33 
     34 \b0 \ulnone \
     35 This variant of Python 2.7 now includes its own private copy of OpenSSL 1.0.2.  Unlike previous releases, the deprecated Apple-supplied OpenSSL libraries are no longer used.  This also means that the trust certificates in system and user keychains managed by the 
     36 \i Keychain Access 
     37 \i0 application and the 
     38 \i security
     39 \i0  command line utility are no longer used as defaults by the Python 
     40 \f1 ssl
     41 \f0  module.  A sample command script is included in 
     42 \f1 /Applications/Python 2.7
     43 \f0  to install a curated bundle of default root certificates from the third-party 
     44 \f1 certifi
     45 \f0  package ({\field{\*\fldinst{HYPERLINK "https://pypi.python.org/pypi/certifi"}}{\fldrslt https://pypi.python.org/pypi/certifi}}).  Click on 
     46 \f1 Install Certificates
     47 \f0  to run it.  If you choose to use 
     48 \f1 certifi
     49 \f0 , you should consider subscribing to the{\field{\*\fldinst{HYPERLINK "https://certifi.io/en/latest/"}}{\fldrslt  project's email update service}} to be notified when the certificate bundle is updated.\
     50 \
     51 The bundled 
     52 \f1 pip
     53 \f0  included with the Python 2.7 installer has its own default certificate store for verifying download connections.\
     54 \
     55 
     56 \b \ul Using IDLE or other Tk applications [NEW/CHANGED in 2.7.15] 
     57 \b0 \ulnone \
     58 \
     59 The 10.9+ installer variant comes with its own private version of Tcl/Tk 8.6. It does not use system-supplied or third-party supplied versions of Tcl/Tk.\
     60 \
     61 For the 10.6+ variant, you continue to need to install a newer third-party version of the 
     62 \i Tcl/Tk
     63 \i0  8.5 (not 8.6) frameworks to use IDLE or other programs that use the Tkinter graphical user interface toolkit.  Visit {\field{\*\fldinst{HYPERLINK "https://www.python.org/download/mac/tcltk/"}}{\fldrslt https://www.python.org/download/mac/tcltk/}} for current information about supported and recommended versions of 
     64 \i Tcl/Tk
     65 \i0  for this version of Python and of macOS.\
     66 
     67 \b \ul \
     68 Binary installer support for Mac OS X 10.5 and earlier discontinued [CHANGED for Python 2.7.15]
     69 \b0 \ulnone \
     70 \
     71 As of Python 2.7.15, binary installers from python.org no longer support Mac OS X 10.5 (Leopard) systems.   Binary installer support for Mac OS X 10.3.9 (Panther) and 10.4.x (Tiger) systems was previously dropped in Python 2.7.9.  Mac OS X 10.5 was originally released by Apple in 2007 and last updated in 2009 and was the last OS X release for PPC machines (G4 and G5).  If needed, it is still possible to build Python from source for 10.3.9, 10.4, or 10.5.\
     72 \
     73 
     74 \b \ul Packages installed with the system Python 2.7 are no longer searched for [CHANGED for Python 2.7.13]
     75 \b0 \ulnone \
     76 \
     77 As of Python 2.7.0, user-installed Python 2.7 versions from python.org installers added the system-wide site-packages directory for the Apple-supplied Python 2.7 to the end of their search path.  This meant that packages installed with the system Python 2.7 could also be used by the user-installed Python 2.7.  While sometimes convenient, this also often caused confusion with the implicit coupling between the two Python instances.  Separately, as of macOS 10.12, Apple changed the layout of the system site-packages directory, 
     78 \f1 /Library/Python/2.7/site-packages
     79 \f0 , in a way that can now cause installation of 
     80 \f1 pip
     81 \f0  components to fail.  To avoid the confusion and the installation failures, as of 2.7.13 user-installed Pythons no longer add 
     82 \f1 /Library/Python/2.7/site-packages
     83 \f0  to 
     84 \f1 sys.path
     85 \f0 .  If you are using a package with both a user-installed Python 2.7 and the system Python 2.7, you will now need to ensure that separate copies of the package are installed for each instance.\
     86 \
     87 
     88 \b \ul Installing on OS X 10.8 (Mountain Lion) or later systems [CHANGED for Python 2.7.9]
     89 \b0 \ulnone \
     90 \
     91 As of Python 2.7.9, installer packages from python.org are now compatible with the Gatekeeper security feature introduced in OS X 10.8.   Downloaded packages can now be directly installed by double-clicking with the default system security settings.  Python.org installer packages for macOS are signed with the Developer ID of the builder, as identified on {\field{\*\fldinst{HYPERLINK "https://www.python.org/downloads/"}}{\fldrslt the download page}} for this release.  To inspect the digital signature of the package, click on the lock icon in the upper right corner of the 
     92 \i Install Python
     93 \i0  installer window.  Refer to Apple\'92s support pages for {\field{\*\fldinst{HYPERLINK "http://support.apple.com/kb/ht5290"}}{\fldrslt more information on Gatekeeper}}.\
     94 \
     95 
     96 \b \ul Simplified web-based installs [NEW for Python 2.7.9]
     97 \b0 \ulnone \
     98 \
     99 With the change to the newer flat format installer package, the download file now has a 
    100 \f1 .pkg
    101 \f0  extension as it is no longer necessary to embed the installer within a disk image (
    102 \f1 .dmg
    103 \f0 ) container.   If you download the Python installer through a web browser, the macOS installer application may open automatically to allow you to perform the install.  If your browser settings do not allow automatic open, double click on the downloaded installer file.\
    104 \
    105 
    106 \b \ul New Installation Options and Defaults [NEW for Python 2.7.9]
    107 \b0 \ulnone \
    108 \
    109 The Python installer now includes an option to automatically install or upgrade 
    110 \f1 pip
    111 \f0 , a tool for installing and managing Python packages.  This option is enabled by default and no Internet access is required.  If you do not want the installer to do this, select the 
    112 \i Customize
    113 \i0  option at the 
    114 \i Installation Type
    115 \i0  step and uncheck the 
    116 \i Install or upgrade pip
    117 \i0  option.  For other changes in this release, see the 
    118 \i Release Notes
    119 \i0  link for this release at {\field{\*\fldinst{HYPERLINK "https://www.python.org/downloads/"}}{\fldrslt https://www.python.org/downloads/}}.\
    120 \
    121 
    122 \b \ul Python 3 and Python 2 Co-existence\
    123 
    124 \b0 \ulnone \
    125 Python.org Python 2.7 and 3.x versions can both be installed on your system and will not conflict.  Python 2.7 command names contain a 2 or no digit: 
    126 \f1 python2
    127 \f0  (or 
    128 \f1 python2.7
    129 \f0  or 
    130 \f1 python
    131 \f0 ), 
    132 \f1 idle2
    133 \f0  (or 
    134 \f1 idle2.7
    135 \f0  or 
    136 \f1 idle
    137 \f0 ), 
    138 \f1 pip2
    139 \f0  (or 
    140 \f1 pip2.7
    141 \f0  or 
    142 \f1 pip
    143 \f0 ), etc.  Command names for Python 3 contain a 3 in them, 
    144 \f1 python3
    145 \f0 , 
    146 \f1 idle3
    147 \f0 , 
    148 \f1 pip3
    149 \f0 , etc.  Also, installing a python.org Python 2.7 does not alter or remove any Apple-supplied system Pythons, found in 
    150 \f1 /usr/bin
    151 \f0 .\
    152 \
    153 \
    154 }