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
0cc8c373
Commit
0cc8c373
authored
May 24, 2002
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move really open-ended XXX items into comments
Remove 1.5.2 reference: who cares?
parent
2d3b9864
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
Doc/inst/inst.tex
Doc/inst/inst.tex
+7
-9
No files found.
Doc/inst/inst.tex
View file @
0cc8c373
...
...
@@ -183,9 +183,6 @@ command-line arguments to the setup script:
Modules
}
: just leave off the initial
\code
{
python setup.py
}
and
you'll be fine)
\end{itemize}
\XXX
{
this should change: every Distutils setup script will need
command-line arguments for every run (and should probably keep stdout
around), so all this should happen automatically for setup scripts
}
\subsection
{
Splitting the job up
}
...
...
@@ -604,8 +601,10 @@ python setup.py install --install-purelib=Site --install-platlib=Site
The specified installation directories are relative to
\filevar
{
prefix
}
.
Of course, you also have to ensure that these directories are in
Python's module search path, e.g. by putting a
\file
{
.pth
}
file in
\filevar
{
prefix
}
(
\XXX
{
should have a section describing
\file
{
.pth
}
files and
cross-ref it here
}
).
\filevar
{
prefix
}
.
% \XXX should have a section describing \file{.pth} files and
% cross-ref it here
If you want to define an entire installation scheme, you just have to
supply all of the installation directory options. The recommended way
...
...
@@ -687,8 +686,8 @@ environment variables, such as Mac OS (\XXX{true?}), the configuration
variables supplied by the Distutils are the only ones you can use.)
See section~
\ref
{
config-files
}
for details.
\XXX
{
need some Windows and Mac OS examples---when would custom
installation schemes be needed on those platforms?
}
% XXX
need some Windows and Mac OS examples---when would custom
% installation schemes be needed on those platforms?
\section
{
Distutils Configuration Files
}
...
...
@@ -763,8 +762,7 @@ And on Mac OS, they are:
directory on Windows.)
\item
[(6)]
(See also notes (1) and (4).) The default installation
prefix is just
\file
{
Python:
}
, so under Python 1.6 and later this is
normally
\file
{
Python:Lib:distutils:distutils.cfg
}
. (The Distutils
don't work very well with Python 1.5.2 under Mac OS.
\XXX
{
true?
}
)
normally
\file
{
Python:Lib:distutils:distutils.cfg
}
.
\end{description}
...
...
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