Conda is a tool to manage Python environments.
List envs: conda info --envs
Create an env: conda create
Install packages: conda install
Conda is a tool to manage Python environments.
List envs: conda info --envs
Create an env: conda create
Install packages: conda install