(base)
environment
Verifying Python in your (base) environment
(base)
by opening Anaconda Prompt (Terminal for macOS/Linux) and running the following command:(base)
environment that expand the functionality of conda.
Obtain the necessary plugins by installing the anaconda-env-manager
“metapackage” (which contains all of the plugins listed below). To install anaconda-env-manager
, run the following command:
Plugins provided by the anaconda-env-manager metapackage
anaconda-env-log
- Automatically logs the current state of an environment whenever a user performs a create
, install
, remove
, rename
, or update
action with conda (manual logging of existing environments is also supported).
anaconda-activate-check
- Provides checks that validate environments against administrator-defined security controls before activation and notifies users of warnings or access restrictions with guidance for resolution.
anaconda-audit
- Allows you to scan local environments to assess the security impact of actions like installing or updating packages, so you can proactively address potential issues without requiring administrator intervention. It also serves as a valuable tool for identifying issues when troubleshooting security concerns flagged by administrators.
anaconda-env-manager
, it is a good idea to keep it updated by running conda update anaconda-env-manager
periodically.anaconda-env-log
installed in the (base)
environment), newly created environments are logged to the registered organization.
anaconda-env-log
installed, all newly created environments are automatically logged within conda, and existing environments are automatically logged whenever you perform certain conda
actions (install
, remove
, rename
, or update
) in them. Existing environments can also be logged manually by running the following command:
anaconda-audit
to scan a local environment.To scan an environment, open Anaconda Prompt (Terminal on macOS/Linux) and run the following command:opt/anaconda3/envs/
.If you have environments in non-default locations, you can use the --prefix
flag to specify the path to the environment. For example: