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
e911871a
Commit
e911871a
authored
Sep 13, 2000
by
Greg Ward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix install directories on Mac OS (now that the "install" command
does the right thing).
parent
0744461a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
13 deletions
+4
-13
Doc/inst/inst.tex
Doc/inst/inst.tex
+4
-13
No files found.
Doc/inst/inst.tex
View file @
e911871a
...
...
@@ -545,22 +545,13 @@ users), and a fairly simple standard Python installation. Thus, only a
\longprogramopt
{
prefix
}
option is needed. It defines the installation
base, and files are installed under it as follows:
\XXX
{
how do MacPython users run the interpreter with command-line args?
}
\installscheme
{
prefix
}{
:Lib
}
{
prefix
}{
:Mac:PlugIns
}
\installscheme
{
prefix
}{
:Lib:site-packages
}
{
prefix
}{
:Lib:site-packages
}
{
prefix
}{
:Scripts
}
{
prefix
}{
:Data
}
\XXX
{
Corran Webster says: ``Modules are found in either
\file
{
:Lib
}
or
\file
{
:Mac:Lib
}
, while extensions usually go in
\file
{
:Mac:PlugIns
}
''---does this mean that non-pure distributions should
be divided between
\file
{
:Mac:PlugIns
}
and
\file
{
:Mac:Lib
}
? If so, that
changes the granularity at which we care about modules: instead of
``modules from pure distributions'' and ``modules from non-pure
distributions'', it becomes ``modules from pure distributions'',
``Python modules from non-pure distributions'', and ``extensions from
non-pure distributions''. Is this necessary?!?
}
See section~
\ref
{
platform-variations
}
for information on supplying
command-line arguments to the setup script with MacPython.
\section
{
Custom Installation
}
...
...
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