--- a/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html Tue Dec 10 15:46:34 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html Wed Dec 11 18:12:50 2024 +0100 @@ -187,6 +187,10 @@ <td>Public method to repair the pip installation.</td> </tr> <tr> +<td><a href="#Pip.runCleanup">runCleanup</a></td> +<td>Public method to perform a cleanup run for a given environment.</td> +</tr> +<tr> <td><a href="#Pip.runProcess">runProcess</a></td> <td>Public method to execute the current pip with the given arguments.</td> </tr> @@ -1045,6 +1049,34 @@ name of the environment to install pip into </dd> </dl> +<a NAME="Pip.runCleanup" ID="Pip.runCleanup"></a> +<h4>Pip.runCleanup</h4> +<b>runCleanup</b>(<i>envName</i>) +<p> + Public method to perform a cleanup run for a given environment. +</p> + +<dl> + +<dt><i>envName</i> (str)</dt> +<dd> +name of the environment to get the licenses for +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +flag indicating a successful removal. A missing environment + name or an undefined Python interpreter is treated as success + (i.e. nothing to do). +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="Pip.runProcess" ID="Pip.runProcess"></a> <h4>Pip.runProcess</h4> <b>runProcess</b>(<i>args, interpreter</i>)