Add better error reporting for MemoryErrors caused by str->float conversions.
[python.git] / Doc / distutils / commandref.rst
blob7282961bd4792342cc8ffee6d1fa2dac9852d467
1 .. _reference:
3 *****************
4 Command Reference
5 *****************
7 .. % \section{Building modules: the \protect\command{build} command family}
8 .. % \label{build-cmds}
9 .. % \subsubsection{\protect\command{build}}
10 .. % \label{build-cmd}
11 .. % \subsubsection{\protect\command{build\_py}}
12 .. % \label{build-py-cmd}
13 .. % \subsubsection{\protect\command{build\_ext}}
14 .. % \label{build-ext-cmd}
15 .. % \subsubsection{\protect\command{build\_clib}}
16 .. % \label{build-clib-cmd}
19 .. _install-cmd:
21 Installing modules: the :command:`install` command family
22 =========================================================
24 The install command ensures that the build commands have been run and then runs
25 the subcommands :command:`install_lib`, :command:`install_data` and
26 :command:`install_scripts`.
28 .. % \subsubsection{\protect\command{install\_lib}}
29 .. % \label{install-lib-cmd}
32 .. _install-data-cmd:
34 :command:`install_data`
35 -----------------------
37 This command installs all data files provided with the distribution.
40 .. _install-scripts-cmd:
42 :command:`install_scripts`
43 --------------------------
45 This command installs all (Python) scripts in the distribution.
47 .. % \subsection{Cleaning up: the \protect\command{clean} command}
48 .. % \label{clean-cmd}
51 .. % \section{Creating a built distribution: the
52 .. % \protect\command{bdist} command family}
53 .. % \label{bdist-cmds}
55 .. % \subsection{\protect\command{bdist}}
56 .. % \subsection{\protect\command{bdist\_dumb}}
57 .. % \subsection{\protect\command{bdist\_rpm}}
58 .. % \subsection{\protect\command{bdist\_wininst}}