Conda – the package manager

After we launch Anaconda Prompt and issue conda help, we will see the following output:

From the previous help menu, we know that we can install, update, and uninstall a package. Usually, we can use conda to install a package. However, we may receive an error message (see the following example):

To update conda itself, we use conda update -n base conda command, as shown here:

We could find more information about specific ...

Get Hands-On Data Science with Anaconda now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.