src/eric7/Documentation/Source/eric7.PipInterface.Pip.html

branch
eric7
changeset 11091
3a1ba42ac50a
parent 10919
4e4c8ee38c45
child 11215
d07c71a34adf
equal deleted inserted replaced
11090:f5f5f5803935 11091:3a1ba42ac50a
185 <tr> 185 <tr>
186 <td><a href="#Pip.repairPip">repairPip</a></td> 186 <td><a href="#Pip.repairPip">repairPip</a></td>
187 <td>Public method to repair the pip installation.</td> 187 <td>Public method to repair the pip installation.</td>
188 </tr> 188 </tr>
189 <tr> 189 <tr>
190 <td><a href="#Pip.runCleanup">runCleanup</a></td>
191 <td>Public method to perform a cleanup run for a given environment.</td>
192 </tr>
193 <tr>
190 <td><a href="#Pip.runProcess">runProcess</a></td> 194 <td><a href="#Pip.runProcess">runProcess</a></td>
191 <td>Public method to execute the current pip with the given arguments.</td> 195 <td>Public method to execute the current pip with the given arguments.</td>
192 </tr> 196 </tr>
193 <tr> 197 <tr>
194 <td><a href="#Pip.showCacheInfo">showCacheInfo</a></td> 198 <td><a href="#Pip.showCacheInfo">showCacheInfo</a></td>
1043 <dt><i>venvName</i> (str)</dt> 1047 <dt><i>venvName</i> (str)</dt>
1044 <dd> 1048 <dd>
1045 name of the environment to install pip into 1049 name of the environment to install pip into
1046 </dd> 1050 </dd>
1047 </dl> 1051 </dl>
1052 <a NAME="Pip.runCleanup" ID="Pip.runCleanup"></a>
1053 <h4>Pip.runCleanup</h4>
1054 <b>runCleanup</b>(<i>envName</i>)
1055 <p>
1056 Public method to perform a cleanup run for a given environment.
1057 </p>
1058
1059 <dl>
1060
1061 <dt><i>envName</i> (str)</dt>
1062 <dd>
1063 name of the environment to get the licenses for
1064 </dd>
1065 </dl>
1066 <dl>
1067 <dt>Return:</dt>
1068 <dd>
1069 flag indicating a successful removal. A missing environment
1070 name or an undefined Python interpreter is treated as success
1071 (i.e. nothing to do).
1072 </dd>
1073 </dl>
1074 <dl>
1075 <dt>Return Type:</dt>
1076 <dd>
1077 bool
1078 </dd>
1079 </dl>
1048 <a NAME="Pip.runProcess" ID="Pip.runProcess"></a> 1080 <a NAME="Pip.runProcess" ID="Pip.runProcess"></a>
1049 <h4>Pip.runProcess</h4> 1081 <h4>Pip.runProcess</h4>
1050 <b>runProcess</b>(<i>args, interpreter</i>) 1082 <b>runProcess</b>(<i>args, interpreter</i>)
1051 <p> 1083 <p>
1052 Public method to execute the current pip with the given arguments. 1084 Public method to execute the current pip with the given arguments.

eric ide

mercurial