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
14deaaec
Commit
14deaaec
authored
Sep 11, 2000
by
Greg Ward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor tweaks to get rid of some '\XXX' remarks.
parent
8de9f81e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
Doc/inst/inst.tex
Doc/inst/inst.tex
+12
-11
No files found.
Doc/inst/inst.tex
View file @
14deaaec
...
...
@@ -198,16 +198,13 @@ python setup.py install
On Mac~OS, ...
\XXX
{
again, how do you run Python scripts on Mac~OS?
}
\XXX
{
arg, my lovely ``bslash'' macro doesn't work in non-tt fonts! help
me
\LaTeX
, you're my only hope...
}
\subsection
{
Splitting the job up
}
Running
\code
{
setup.py install
}
builds and installs all modules in one
fell swoop. If you prefer to work incrementally---especially useful if
you want to customize the build process, or if things are going
wrong---you
can use the setup script to do one thing at a time. This is
run. If you prefer to work incrementally---especially useful if you
want to customize the build process, or if things are going wrong---you
can use the setup script to do one thing at a time. This is
particularly helpful when the build and install will be done by
different users---e.g., you might want to build a module distribution
and hand it off to a system administrator for installation (or do it
...
...
@@ -220,11 +217,15 @@ python setup.py build
python setup.py install
\end{verbatim}
(If you do this, you will notice that running the
\command
{
install
}
command first runs the
\command
{
build
}
command, which quickly notices
that it has nothing to do, since everything in the
\file
{
build
}
directory is up-to-date.)
\XXX
{
concrete reason for splitting things up?
}
command first runs the
\command
{
build
}
command, which---in this
case---quickly notices that it has nothing to do, since everything in
the
\file
{
build
}
directory is up-to-date.)
You may not need this ability to break things down often if all you do
is install modules downloaded off the 'net, but it's very handy for more
advanced tasks. If you get into distributing your own Python modules
and extensions, you'll run lots of individual Distutils commands on
their own.
\subsection
{
How building works
}
...
...
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