PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.Pipx.html

changeset 23
4c18addf12b2
parent 18
df1986d93746
child 32
b7a3ae7519ba
--- a/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.Pipx.html	Fri Jun 28 19:30:03 2024 +0200
+++ b/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.Pipx.html	Sat Jun 29 17:31:16 2024 +0200
@@ -72,6 +72,10 @@
 <td>Public method to create a spec metadata file.</td>
 </tr>
 <tr>
+<td><a href="#Pipx.ensurePath">ensurePath</a></td>
+<td>Public method to ensure that the directory where pipx stores apps is in your PATH environment variable.</td>
+</tr>
+<tr>
 <td><a href="#Pipx.getInstalledPackages">getInstalledPackages</a></td>
 <td>Public method to get the installed packages.</td>
 </tr>
@@ -264,6 +268,14 @@
 tuple of (bool, str)
 </dd>
 </dl>
+<a NAME="Pipx.ensurePath" ID="Pipx.ensurePath"></a>
+<h4>Pipx.ensurePath</h4>
+<b>ensurePath</b>(<i></i>)
+<p>
+        Public method to ensure that the directory where pipx stores apps is
+        in your PATH environment variable.
+</p>
+
 <a NAME="Pipx.getInstalledPackages" ID="Pipx.getInstalledPackages"></a>
 <h4>Pipx.getInstalledPackages</h4>
 <b>getInstalledPackages</b>(<i></i>)

eric ide

mercurial