mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Address a few XXX comments, other fixes.
This commit is contained in:
parent
dcc56f8bf6
commit
81ac1ce56a
20 changed files with 43 additions and 124 deletions
|
@ -517,11 +517,7 @@ might define the following installation scheme::
|
|||
--install-scripts=python/scripts
|
||||
--install-data=python/data
|
||||
|
||||
or, equivalently,
|
||||
|
||||
.. % $ % -- bow to font-lock
|
||||
|
||||
::
|
||||
or, equivalently, ::
|
||||
|
||||
python setup.py install --home=~/python \
|
||||
--install-purelib=lib \
|
||||
|
@ -533,8 +529,6 @@ or, equivalently,
|
|||
the Distutils as it parses your command line options, just as it does when
|
||||
parsing your configuration file(s).
|
||||
|
||||
.. % $ % -- bow to font-lock
|
||||
|
||||
Obviously, specifying the entire installation scheme every time you install a
|
||||
new module distribution would be very tedious. Thus, you can put these options
|
||||
into your Distutils config file (see section :ref:`inst-config-files`)::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue