Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

What is Installed? conda list

Info

The conda list command will provide details of all packages as well as conda environment libraries:

...

What is Installed? pip list -v

Info

The pip list command will only list the explicitly installed pip python packages.

Look at the Installer column to identify what was installed via conda install, pip install, by default.

...