~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-2.7.12-docs-html/distutils/commandref.html

  • Committer: Dave Kuhlman
  • Date: 2017-04-15 16:24:56 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20170415162456-iav9vozzg4iwqwv3
Updated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
 
 
4
 
 
5
<html xmlns="http://www.w3.org/1999/xhtml">
 
6
  <head>
 
7
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
8
    
 
9
    <title>9. Command Reference &mdash; Python 2.7.12 documentation</title>
 
10
    
 
11
    <link rel="stylesheet" href="../_static/classic.css" type="text/css" />
 
12
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
 
13
    
 
14
    <script type="text/javascript">
 
15
      var DOCUMENTATION_OPTIONS = {
 
16
        URL_ROOT:    '../',
 
17
        VERSION:     '2.7.12',
 
18
        COLLAPSE_INDEX: false,
 
19
        FILE_SUFFIX: '.html',
 
20
        HAS_SOURCE:  true
 
21
      };
 
22
    </script>
 
23
    <script type="text/javascript" src="../_static/jquery.js"></script>
 
24
    <script type="text/javascript" src="../_static/underscore.js"></script>
 
25
    <script type="text/javascript" src="../_static/doctools.js"></script>
 
26
    <script type="text/javascript" src="../_static/sidebar.js"></script>
 
27
    <link rel="search" type="application/opensearchdescription+xml"
 
28
          title="Search within Python 2.7.12 documentation"
 
29
          href="../_static/opensearch.xml"/>
 
30
    <link rel="author" title="About these documents" href="../about.html" />
 
31
    <link rel="copyright" title="Copyright" href="../copyright.html" />
 
32
    <link rel="top" title="Python 2.7.12 documentation" href="../contents.html" />
 
33
    <link rel="up" title="Distributing Python Modules (Legacy version)" href="index.html" />
 
34
    <link rel="next" title="10. API Reference" href="apiref.html" />
 
35
    <link rel="prev" title="8. Extending Distutils" href="extending.html" />
 
36
    <link rel="shortcut icon" type="image/png" href="../_static/py.png" />
 
37
    <script type="text/javascript" src="../_static/copybutton.js"></script>
 
38
    <script type="text/javascript" src="../_static/version_switch.js"></script>
 
39
 
 
40
    
 
41
 
 
42
  </head>
 
43
  <body role="document">  
 
44
    <div class="related" role="navigation" aria-label="related navigation">
 
45
      <h3>Navigation</h3>
 
46
      <ul>
 
47
        <li class="right" style="margin-right: 10px">
 
48
          <a href="../genindex.html" title="General Index"
 
49
             accesskey="I">index</a></li>
 
50
        <li class="right" >
 
51
          <a href="../py-modindex.html" title="Python Module Index"
 
52
             >modules</a> |</li>
 
53
        <li class="right" >
 
54
          <a href="apiref.html" title="10. API Reference"
 
55
             accesskey="N">next</a> |</li>
 
56
        <li class="right" >
 
57
          <a href="extending.html" title="8. Extending Distutils"
 
58
             accesskey="P">previous</a> |</li>
 
59
        <li><img src="../_static/py.png" alt=""
 
60
                 style="vertical-align: middle; margin-top: -1px"/></li>
 
61
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
 
62
        <li>
 
63
          <span class="version_switcher_placeholder">2.7.12</span>
 
64
          <a href="../index.html">Documentation</a> &raquo;
 
65
        </li>
 
66
 
 
67
          <li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Distributing Python Modules (Legacy version)</a> &raquo;</li> 
 
68
      </ul>
 
69
    </div>    
 
70
 
 
71
    <div class="document">
 
72
      <div class="documentwrapper">
 
73
        <div class="bodywrapper">
 
74
          <div class="body" role="main">
 
75
            
 
76
  <div class="section" id="command-reference">
 
77
<span id="reference"></span><h1>9. Command Reference<a class="headerlink" href="#command-reference" title="Permalink to this headline">¶</a></h1>
 
78
<div class="section" id="installing-modules-the-install-command-family">
 
79
<span id="install-cmd"></span><h2>9.1. Installing modules: the <strong class="command">install</strong> command family<a class="headerlink" href="#installing-modules-the-install-command-family" title="Permalink to this headline">¶</a></h2>
 
80
<p>The install command ensures that the build commands have been run and then runs
 
81
the subcommands <strong class="command">install_lib</strong>, <strong class="command">install_data</strong> and
 
82
<strong class="command">install_scripts</strong>.</p>
 
83
<div class="section" id="install-data">
 
84
<span id="install-data-cmd"></span><h3>9.1.1. <strong class="command">install_data</strong><a class="headerlink" href="#install-data" title="Permalink to this headline">¶</a></h3>
 
85
<p>This command installs all data files provided with the distribution.</p>
 
86
</div>
 
87
<div class="section" id="install-scripts">
 
88
<span id="install-scripts-cmd"></span><h3>9.1.2. <strong class="command">install_scripts</strong><a class="headerlink" href="#install-scripts" title="Permalink to this headline">¶</a></h3>
 
89
<p>This command installs all (Python) scripts in the distribution.</p>
 
90
</div>
 
91
</div>
 
92
</div>
 
93
 
 
94
 
 
95
          </div>
 
96
        </div>
 
97
      </div>
 
98
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
 
99
        <div class="sphinxsidebarwrapper">
 
100
  <h3><a href="../contents.html">Table Of Contents</a></h3>
 
101
  <ul>
 
102
<li><a class="reference internal" href="#">9. Command Reference</a><ul>
 
103
<li><a class="reference internal" href="#installing-modules-the-install-command-family">9.1. Installing modules: the <strong class="command">install</strong> command family</a><ul>
 
104
<li><a class="reference internal" href="#install-data">9.1.1. <strong class="command">install_data</strong></a></li>
 
105
<li><a class="reference internal" href="#install-scripts">9.1.2. <strong class="command">install_scripts</strong></a></li>
 
106
</ul>
 
107
</li>
 
108
</ul>
 
109
</li>
 
110
</ul>
 
111
 
 
112
  <h4>Previous topic</h4>
 
113
  <p class="topless"><a href="extending.html"
 
114
                        title="previous chapter">8. Extending Distutils</a></p>
 
115
  <h4>Next topic</h4>
 
116
  <p class="topless"><a href="apiref.html"
 
117
                        title="next chapter">10. API Reference</a></p>
 
118
<h3>This Page</h3>
 
119
<ul class="this-page-menu">
 
120
  <li><a href="../bugs.html">Report a Bug</a></li>
 
121
  <li><a href="../_sources/distutils/commandref.txt"
 
122
         rel="nofollow">Show Source</a></li>
 
123
</ul>
 
124
 
 
125
<div id="searchbox" style="display: none" role="search">
 
126
  <h3>Quick search</h3>
 
127
    <form class="search" action="../search.html" method="get">
 
128
      <input type="text" name="q" />
 
129
      <input type="submit" value="Go" />
 
130
      <input type="hidden" name="check_keywords" value="yes" />
 
131
      <input type="hidden" name="area" value="default" />
 
132
    </form>
 
133
    <p class="searchtip" style="font-size: 90%">
 
134
    Enter search terms or a module, class or function name.
 
135
    </p>
 
136
</div>
 
137
<script type="text/javascript">$('#searchbox').show(0);</script>
 
138
        </div>
 
139
      </div>
 
140
      <div class="clearer"></div>
 
141
    </div>  
 
142
    <div class="related" role="navigation" aria-label="related navigation">
 
143
      <h3>Navigation</h3>
 
144
      <ul>
 
145
        <li class="right" style="margin-right: 10px">
 
146
          <a href="../genindex.html" title="General Index"
 
147
             >index</a></li>
 
148
        <li class="right" >
 
149
          <a href="../py-modindex.html" title="Python Module Index"
 
150
             >modules</a> |</li>
 
151
        <li class="right" >
 
152
          <a href="apiref.html" title="10. API Reference"
 
153
             >next</a> |</li>
 
154
        <li class="right" >
 
155
          <a href="extending.html" title="8. Extending Distutils"
 
156
             >previous</a> |</li>
 
157
        <li><img src="../_static/py.png" alt=""
 
158
                 style="vertical-align: middle; margin-top: -1px"/></li>
 
159
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
 
160
        <li>
 
161
          <span class="version_switcher_placeholder">2.7.12</span>
 
162
          <a href="../index.html">Documentation</a> &raquo;
 
163
        </li>
 
164
 
 
165
          <li class="nav-item nav-item-1"><a href="index.html" >Distributing Python Modules (Legacy version)</a> &raquo;</li> 
 
166
      </ul>
 
167
    </div>  
 
168
    <div class="footer">
 
169
    &copy; <a href="../copyright.html">Copyright</a> 1990-2016, Python Software Foundation.
 
170
    <br />
 
171
    The Python Software Foundation is a non-profit corporation.
 
172
    <a href="https://www.python.org/psf/donations/">Please donate.</a>
 
173
    <br />
 
174
    Last updated on Sep 20, 2016.
 
175
    <a href="../bugs.html">Found a bug</a>?
 
176
    <br />
 
177
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3.
 
178
    </div>
 
179
 
 
180
  </body>
 
181
</html>
 
 
b'\\ No newline at end of file'