Changeset 391 for python/trunk/Mac/BuildScript/resources
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Mac/BuildScript/resources/ReadMe.txt
r2 r391 1 This package will install MacPython $FULL_VERSION for Mac OS X2 $MACOSX_DEPLOYMENT_TARGET for the following 3 architecture(s):$ARCHITECTURES.1 This package will install Python $FULL_VERSION for Mac OS X 2 $MACOSX_DEPLOYMENT_TARGET for the following architecture(s): 3 $ARCHITECTURES. 4 4 5 Separate installers are available for older versions 6 of Mac OS X, see the homepage, below. 5 **** IMPORTANT **** 7 6 8 Install ation requires approximately $INSTALL_SIZE MB of disk9 space, ignore the message that it will take zero bytes. 7 Installing on OS X 10.8 (Mountain Lion) or later systems 8 ======================================================== 10 9 11 You must install onto your current boot disk, even 12 though the installer does not enforce this, otherwise 13 things will not work. 10 If you are attempting to install on an OS X 10.8+ system, you may 11 see a message that Python can't be installed because it is from an 12 unidentified developer. This is because this Python installer 13 package is not yet compatible with the Gatekeeper security feature 14 introduced in OS X 10.8. To allow Python to be installed, you 15 can override the Gatekeeper policy for this install. In the Finder, 16 instead of double-clicking, control-click or right click the "Python" 17 installer package icon. Then select "Open using ... Installer" from 18 the contextual menu that appears. 14 19 15 MacPython consists of the Python programming language 16 interpreter, plus a set of programs to allow easy 17 access to it for Mac users including an integrated development 18 environment, IDLE, plus a set of pre-built extension modules 19 that open up specific Macintosh technologies to Python programs. 20 **** IMPORTANT **** 20 21 21 The installer puts the applications in "Python $VERSION" 22 in your Applications folder, command-line tools in 23 /usr/local/bin and the underlying machinery in 24 $PYTHONFRAMEWORKINSTALLDIR. 22 Update your version of Tcl/Tk to use IDLE or other Tk applications 23 ================================================================== 25 24 26 More information on MacPython can be found at 27 http://www.python.org/download/mac/. 25 To use IDLE or other programs that use the Tkinter graphical user 26 interface toolkit, you may need to install a newer third-party version 27 of the Tcl/Tk frameworks. Visit http://www.python.org/download/mac/tcltk/ 28 for current information about supported and recommended versions of 29 Tcl/Tk for this version of Python and of Mac OS X. 30 31 32 Using this version of Python on OS X 33 ==================================== 34 35 Python consists of the Python programming language interpreter, plus 36 a set of programs to allow easy access to it for Mac users including 37 an integrated development environment, IDLE, plus a set of pre-built 38 extension modules that open up specific Macintosh technologies to 39 Python programs. 40 41 The installer puts applications, an "Update Shell Profile" command, 42 and a link to the optionally installed Python Documentation into the 43 "Python $VERSION" subfolder of the system Applications folder, 44 and puts the underlying machinery into the folder 45 $PYTHONFRAMEWORKINSTALLDIR. It can 46 optionally place links to the command-line tools in /usr/local/bin as 47 well. Double-click on the "Update Shell Profile" command to add the 48 "bin" directory inside the framework to your shell's search path. 49 50 You must install onto your current boot disk, even though the 51 installer may not enforce this, otherwise things will not work. 52 53 You can verify the integrity of the disk image file containing the 54 installer package and this ReadMe file by comparing its md5 checksum 55 and size with the values published on the release page linked at 56 http://www.python.org/download/ 57 58 Installation requires approximately $INSTALL_SIZE MB of disk space, 59 ignore the message that it will take zero bytes. 28 60 29 61 More information on Python in general can be found at
Note:
See TracChangeset
for help on using the changeset viewer.