source: python/trunk/Doc/distutils/commandref.rst@ 609

Last change on this file since 609 was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 1.5 KB

Command Reference

Installing modules: the :command:`install` command family

?

The install command ensures that the build commands have been run and then runs the subcommands :command:`install_lib`, :command:`install_data` and :command:`install_scripts`.

???

:command:`install_data`

?

This command installs all data files provided with the distribution.

:command:`install_scripts`

?

This command installs all (Python) scripts in the distribution.

Note: See TracBrowser for help on using the repository browser.