Miniconda / Conda commands

conda env list – Listing the enviroments
conda activate “name” – activating enviroment

conda create –name “name” –file file.txt -c conda-forge – Creating an enviroment from package list with CONDA-FORGE

Post a Comment

Previous Post Next Post