Inspecting environments
Listing installed packages
To list all of the packages in the environment:
To list the packages in a JSON format:
To list all of the packages in the environment in a requirements.txt
format:
Inspecting a package
To show information about an installed package, e.g., numpy
:
Multiple packages can be inspected at once.
Verifying an environment
It is possible to install packages with conflicting requirements into an environment if installed in multiple steps.
To check for conflicts or missing dependencies in the environment: