source: python/vendor/Python-2.7.6/Doc/distutils/commandref.rst

Last change on this file was 388, checked in by dmik, 11 years ago

python: Update vendor to 2.7.6.

  • 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.