Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.Pip.html

changeset 6260
581b0ed6ac47
parent 6026
4773c9469880
child 6296
db9b3a419845
equal deleted inserted replaced
6259:abbe684782af 6260:581b0ed6ac47
412 Public method to execute the current pip with the given arguments. 412 Public method to execute the current pip with the given arguments.
413 </p><p> 413 </p><p>
414 The selected pip executable is called with the given arguments and 414 The selected pip executable is called with the given arguments and
415 waited for its end. 415 waited for its end.
416 </p><dl> 416 </p><dl>
417 <dt><i>args</i></dt> 417 <dt><i>args</i> (list of str)</dt>
418 <dd> 418 <dd>
419 list of command line arguments (list of string) 419 list of command line arguments
420 </dd><dt><i>cmd</i></dt> 420 </dd><dt><i>cmd</i> (str)</dt>
421 <dd> 421 <dd>
422 pip command to be used (string) 422 pip executable to be used
423 </dd> 423 </dd>
424 </dl><dl> 424 </dl><dl>
425 <dt>Returns:</dt> 425 <dt>Returns:</dt>
426 <dd> 426 <dd>
427 tuple containing a flag indicating success and the output 427 tuple containing a flag indicating success and the output
428 of the process (string) 428 of the process
429 </dd>
430 </dl><dl>
431 <dt>Return Type:</dt>
432 <dd>
433 tuple of (bool, str)
429 </dd> 434 </dd>
430 </dl><a NAME="Pip.uninstallPackages" ID="Pip.uninstallPackages"></a> 435 </dl><a NAME="Pip.uninstallPackages" ID="Pip.uninstallPackages"></a>
431 <h4>Pip.uninstallPackages</h4> 436 <h4>Pip.uninstallPackages</h4>
432 <b>uninstallPackages</b>(<i>packages, cmd=""</i>) 437 <b>uninstallPackages</b>(<i>packages, cmd=""</i>)
433 <p> 438 <p>

eric ide

mercurial