eric6/Documentation/Source/eric6.CondaInterface.Conda.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
195 <dd> 195 <dd>
196 list of command line arguments 196 list of command line arguments
197 </dd> 197 </dd>
198 </dl> 198 </dl>
199 <dl> 199 <dl>
200 <dt>Returns:</dt> 200 <dt>Return:</dt>
201 <dd> 201 <dd>
202 tuple containing a flag indicating success, the directory of 202 tuple containing a flag indicating success, the directory of
203 the created environment (aka. prefix) and the corresponding Python 203 the created environment (aka. prefix) and the corresponding Python
204 interpreter 204 interpreter
205 </dd> 205 </dd>
216 216
217 <p> 217 <p>
218 Public method to get a list of all Conda environments. 218 Public method to get a list of all Conda environments.
219 </p> 219 </p>
220 <dl> 220 <dl>
221 <dt>Returns:</dt> 221 <dt>Return:</dt>
222 <dd> 222 <dd>
223 list of tuples containing the environment name and prefix 223 list of tuples containing the environment name and prefix
224 </dd> 224 </dd>
225 </dl> 225 </dl>
226 <dl> 226 <dl>
235 235
236 <p> 236 <p>
237 Public method to get a dictionary containing information about conda. 237 Public method to get a dictionary containing information about conda.
238 </p> 238 </p>
239 <dl> 239 <dl>
240 <dt>Returns:</dt> 240 <dt>Return:</dt>
241 <dd> 241 <dd>
242 dictionary containing information about conda 242 dictionary containing information about conda
243 </dd> 243 </dd>
244 </dl> 244 </dl>
245 <dl> 245 <dl>
266 <dd> 266 <dd>
267 prefix of the environment 267 prefix of the environment
268 </dd> 268 </dd>
269 </dl> 269 </dl>
270 <dl> 270 <dl>
271 <dt>Returns:</dt> 271 <dt>Return:</dt>
272 <dd> 272 <dd>
273 list of installed packages. Each entry is a tuple containing 273 list of installed packages. Each entry is a tuple containing
274 the package name, version and build. 274 the package name, version and build.
275 </dd> 275 </dd>
276 </dl> 276 </dl>
306 <dd> 306 <dd>
307 prefix of the environment 307 prefix of the environment
308 </dd> 308 </dd>
309 </dl> 309 </dl>
310 <dl> 310 <dl>
311 <dt>Returns:</dt> 311 <dt>Return:</dt>
312 <dd> 312 <dd>
313 list of installed packages. Each entry is a tuple containing 313 list of installed packages. Each entry is a tuple containing
314 the package name, version and build. 314 the package name, version and build.
315 </dd> 315 </dd>
316 </dl> 316 </dl>
349 <dd> 349 <dd>
350 prefix of the environment 350 prefix of the environment
351 </dd> 351 </dd>
352 </dl> 352 </dl>
353 <dl> 353 <dl>
354 <dt>Returns:</dt> 354 <dt>Return:</dt>
355 <dd> 355 <dd>
356 flag indicating success 356 flag indicating success
357 </dd> 357 </dd>
358 </dl> 358 </dl>
359 <dl> 359 <dl>
387 <dd> 387 <dd>
388 prefix of the environment 388 prefix of the environment
389 </dd> 389 </dd>
390 </dl> 390 </dl>
391 <dl> 391 <dl>
392 <dt>Returns:</dt> 392 <dt>Return:</dt>
393 <dd> 393 <dd>
394 flag indicating success 394 flag indicating success
395 </dd> 395 </dd>
396 </dl> 396 </dl>
397 <dl> 397 <dl>
425 <dd> 425 <dd>
426 list of command line arguments 426 list of command line arguments
427 </dd> 427 </dd>
428 </dl> 428 </dl>
429 <dl> 429 <dl>
430 <dt>Returns:</dt> 430 <dt>Return:</dt>
431 <dd> 431 <dd>
432 tuple containing a flag indicating success and the output 432 tuple containing a flag indicating success and the output
433 of the process 433 of the process
434 </dd> 434 </dd>
435 </dl> 435 </dl>
472 <dd> 472 <dd>
473 prefix of the environment 473 prefix of the environment
474 </dd> 474 </dd>
475 </dl> 475 </dl>
476 <dl> 476 <dl>
477 <dt>Returns:</dt> 477 <dt>Return:</dt>
478 <dd> 478 <dd>
479 flag indicating success and a dictionary with package name as 479 flag indicating success and a dictionary with package name as
480 key and list of dictionaries containing detailed data for the found 480 key and list of dictionaries containing detailed data for the found
481 packages as values 481 packages as values
482 </dd> 482 </dd>
517 <dd> 517 <dd>
518 prefix of the environment 518 prefix of the environment
519 </dd> 519 </dd>
520 </dl> 520 </dl>
521 <dl> 521 <dl>
522 <dt>Returns:</dt> 522 <dt>Return:</dt>
523 <dd> 523 <dd>
524 flag indicating success 524 flag indicating success
525 </dd> 525 </dd>
526 </dl> 526 </dl>
527 <dl> 527 <dl>
555 <dd> 555 <dd>
556 prefix of the environment 556 prefix of the environment
557 </dd> 557 </dd>
558 </dl> 558 </dl>
559 <dl> 559 <dl>
560 <dt>Returns:</dt> 560 <dt>Return:</dt>
561 <dd> 561 <dd>
562 flag indicating success 562 flag indicating success
563 </dd> 563 </dd>
564 </dl> 564 </dl>
565 <dl> 565 <dl>
582 582
583 <p> 583 <p>
584 Public method to update conda itself. 584 Public method to update conda itself.
585 </p> 585 </p>
586 <dl> 586 <dl>
587 <dt>Returns:</dt> 587 <dt>Return:</dt>
588 <dd> 588 <dd>
589 flag indicating success 589 flag indicating success
590 </dd> 590 </dd>
591 </dl> 591 </dl>
592 <dl> 592 <dl>
616 <dd> 616 <dd>
617 prefix of the environment 617 prefix of the environment
618 </dd> 618 </dd>
619 </dl> 619 </dl>
620 <dl> 620 <dl>
621 <dt>Returns:</dt> 621 <dt>Return:</dt>
622 <dd> 622 <dd>
623 flag indicating success 623 flag indicating success
624 </dd> 624 </dd>
625 </dl> 625 </dl>
626 <dl> 626 <dl>

eric ide

mercurial