Erstelle neue Conda-Umgebungen. Weitere Informationen: https://docs.conda.io/projects/conda/en/latest/commands/create.html.
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}}"
conda create --clone {{py39}} --name {{py39-copy}}
conda create --name {{umgebungsname}} {{paketname}}