1 min read 24 words Updated Sep 24, 2026 Created Sep 24, 2026
#python

Conda is a tool to manage Python environments.

List envs: conda info --envs
Create an env: conda create
Install packages: conda install