Conda#
Basics#
|
verify conda installation, check version number |
|
update conda to the current version |
|
install a package included in Anaconda |
Using environments#
|
create a new environment named py35, install Python 3.5 |
|
activate the new environment to use it |
|
deactivate the current environment |
|
get a list of all my environments |
|
list all packages and versions installed in active environment |
|
Delete an environment and everything in it |