conda, conda-create: add German translation (#8991)
This commit is contained in:
16
pages.de/common/conda-create.md
Normal file
16
pages.de/common/conda-create.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# conda create
|
||||
|
||||
> Erstelle neue Conda-Umgebungen.
|
||||
> Weitere Informationen: <https://docs.conda.io/projects/conda/en/latest/commands/create.html>.
|
||||
|
||||
- Erstelle eine neue Umgebung mit dem Namen `py39` und installiere Python 3.9 und NumPy v1.11 (oder höher) darin:
|
||||
|
||||
`conda create --yes --name {{py39}} python={{3.9}} "{{numpy>=1.11}}"`
|
||||
|
||||
- Erstelle eine exakte Kopie einer Umgebung:
|
||||
|
||||
`conda create --clone {{py39}} --name {{py39-copy}}`
|
||||
|
||||
- Erstelle eine neue Umgebung mit gegebenem Namen und den zu installierenden Paketen:
|
||||
|
||||
`conda create --name {{umgebungsname}} {{paketname}}`
|
Reference in New Issue
Block a user