Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e204cc84
Commit
e204cc84
authored
Dec 13, 2009
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the example paths in Mac/README no longer directly refer to 2.6.
parent
5a1b4a63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
Mac/README
Mac/README
+10
-8
No files found.
Mac/README
View file @
e204cc84
...
@@ -48,7 +48,8 @@ will have to do the work yourself if you really want this.
...
@@ -48,7 +48,8 @@ will have to do the work yourself if you really want this.
A second reason for using frameworks is that they put Python-related items in
A second reason for using frameworks is that they put Python-related items in
only two places: "/Library/Framework/Python.framework" and
only two places: "/Library/Framework/Python.framework" and
"/Applications/MacPython 2.6". This simplifies matters for users installing
"/Applications/MacPython <VERSION>" where ``<VERSION>`` can be e.g. "2.6",
"3.1", etc.. This simplifies matters for users installing
Python from a binary distribution if they want to get rid of it again. Moreover,
Python from a binary distribution if they want to get rid of it again. Moreover,
due to the way frameworks work a user without admin privileges can install a
due to the way frameworks work a user without admin privileges can install a
binary distribution in his or her home directory without recompilation.
binary distribution in his or her home directory without recompilation.
...
@@ -75,7 +76,7 @@ PyObjC.
...
@@ -75,7 +76,7 @@ PyObjC.
This directory contains a Makefile that will create a couple of python-related
This directory contains a Makefile that will create a couple of python-related
applications (fullblown OSX .app applications, that is) in
applications (fullblown OSX .app applications, that is) in
"/Applications/MacPython
2.6
", and a hidden helper application Python.app
"/Applications/MacPython
<VERSION>
", and a hidden helper application Python.app
inside the Python.framework, and unix tools "python" and "pythonw" into
inside the Python.framework, and unix tools "python" and "pythonw" into
/usr/local/bin. In addition it has a target "installmacsubtree" that installs
/usr/local/bin. In addition it has a target "installmacsubtree" that installs
the relevant portions of the Mac subtree into the Python.framework.
the relevant portions of the Mac subtree into the Python.framework.
...
@@ -90,16 +91,16 @@ in the sequence
...
@@ -90,16 +91,16 @@ in the sequence
3. make install
3. make install
This sequence will put the framework in /Library/Framework/Python.framework,
This sequence will put the framework in /Library/Framework/Python.framework,
the applications in "/Applications/MacPython
2.6
" and the unix tools in
the applications in "/Applications/MacPython
<VERSION>
" and the unix tools in
/usr/local/bin.
/usr/local/bin.
Installing in another place, for instance $HOME/Library/Frameworks if you have
Installing in another place, for instance $HOME/Library/Frameworks if you have
no admin privileges on your machine, has only been tested very lightly. This
no admin privileges on your machine, has only been tested very lightly. This
can be done by configuring with --enable-framework=$HOME/Library/Frameworks.
can be done by configuring with --enable-framework=$HOME/Library/Frameworks.
The other two directories, "/Applications/MacPython-
2.6" and /usr/local/bin,
The other two directories, "/Applications/MacPython-
<VERSION>" and
will then also be deposited in $HOME. This is sub-optimal for the unix tools,
/usr/local/bin, will then also be deposited in $HOME. This is sub-optimal for
which you would want in $HOME/bin, but there is no easy way to fix this right
the unix tools, which you would want in $HOME/bin, but there is no easy way to
now.
fix this right
now.
If you want to install some part, but not all, read the main Makefile. The
If you want to install some part, but not all, read the main Makefile. The
frameworkinstall is composed of a couple of sub-targets that install the
frameworkinstall is composed of a couple of sub-targets that install the
...
@@ -107,7 +108,8 @@ framework itself, the Mac subtree, the applications and the unix tools.
...
@@ -107,7 +108,8 @@ framework itself, the Mac subtree, the applications and the unix tools.
There is an extra target frameworkinstallextras that is not part of the
There is an extra target frameworkinstallextras that is not part of the
normal frameworkinstall which installs the Demo and Tools directories
normal frameworkinstall which installs the Demo and Tools directories
into "/Applications/MacPython 2.6", this is useful for binary distributions.
into "/Applications/MacPython <VERSION>", this is useful for binary
distributions.
What do all these programs do?
What do all these programs do?
===============================
===============================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment