Conda
Contents
Conda¶
Common conda commands¶
Description |
Command |
---|---|
create a new conda environment |
|
create a new conda environment from |
|
update an environment after updating the .yml file (no space in |
|
activate an existing conda environment |
|
deactivate the currently active environment |
|
install a package in the currently active environment |
|
list existing environments |
|
list the packages installed in an environment |
|
delete an environment |
|