ASPN ActiveState Programmer Network
  ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups | Web Services
SEARCH
advanced | search help

Reference
ActivePython 2.4
Python Documentation
Distributing Python Modules
9. Command Reference
9.1 Installing modules: the install command family
9.1.1 install data
9.1.2 install scripts
9.2 Creating a source distribution: the sdist command

MyASPN >> Reference >> ActivePython 2.4 >> Python Documentation >> Distributing Python Modules >> 9. Command Reference
ActivePython 2.4 documentation


9.1 Installing modules: the install command family

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


9.1.1 install_data

This command installs all data files provided with the distribution.


9.1.2 install_scripts

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

See About this document... for information on suggesting changes.

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState 2004 All rights reserved