Miniconda Cheat Sheet: Unterschied zwischen den Versionen
Aus MattWiki
Matt (Diskussion | Beiträge) Die Seite wurde neu angelegt: „This article contains a list of command line commands for miniconda. {| class="wikitable" |+ !Command !Description |- |conda env list |List of installed miniconda environments |- |conda list |List installed packages in currently used environment |} Kategorie:Terminal Kategorie:Python“ |
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
This article contains a list of command line commands for miniconda. | This article contains a list of command line commands for miniconda. | ||
For handling PyPI / PIP packages within Miniconda see [[PIP Cheat Sheet]] | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ |
Aktuelle Version vom 20. Juli 2025, 12:39 Uhr
This article contains a list of command line commands for miniconda.
For handling PyPI / PIP packages within Miniconda see PIP Cheat Sheet
Command | Description |
---|---|
conda env list | List of installed miniconda environments |
conda list | List installed packages in currently used environment |