Post

Conda Note

Conda Note

Frequently Used Command which I always forget

Create & Remove

conda create –name pytorch310 python=3.10

conda activate pytorch310

Make sure deactivate the conda before removing environment. conda deactivate pytorch310

conda env remove –name pytorch310

This post is licensed under CC BY 4.0 by the author.