Events2Join

User guide — conda 24.9.3.dev45 documentation


conda env export

conda 24.9.3.dev45 documentation ... User guide · Getting started with conda · Installing conda · Installing on ...

conda env config vars set

conda 24.9.3.dev45 documentation ... User guide · Getting started with conda · Installing conda · Installing on ...

API — conda 24.9.3.dev45 documentation

As of conda 4.4, conda can be installed in any environment, not just environments with names starting with _ (underscore).

conda env config vars unset

conda 24.9.3.dev45 documentation ... User guide · Getting started with conda · Installing conda · Installing on ...

conda config and context — conda 24.9.3.dev45 documentation

This is different for each RawParameter subclass: DefaultValueRawParameter : Users will never see this one. It only wraps the default value passed to the ...

conda env list — conda 24.9.3.dev45 documentation

Report all output as json. Suitable for using conda programmatically. --console. Select the backend to use for normal output rendering. -v, ...

Technical specification: solver state - Conda Documentation

We will also use this vocabulary to help narrow down the type of change being done: Types of spec objects: specs : map of package name to its currently ...

history — conda 24.9.3.dev45 documentation

Parse specifications string that use conda<4.5 syntax. Examples. "param >=1.5.1,<2.0'". "python>=3.5.1,jupyter > ...

main_clean — conda 24.9.3.dev45 documentation

CLI implementation for conda clean . Removes cached package tarballs, index files, package metadata, temporary files, and log files. Functions ...

common — conda 24.9.3.dev45 documentation

Common utilities for conda command line tools. Functions#. confirm ([message, choices, default, dry_run]).

Subcommands — conda 24.9.3.dev45 documentation

Return type to use when defining a conda subcommand plugin hook. For details on how this is used, see conda_subcommands() . Parameters: name -- Subcommand ...

Deprecations — conda 24.9.3.dev45 documentation

To help make deprecations as much of a no-brainer as possible we provide several helper decorators and functions to facilitate the correct deprecation process.

Reporter Backends — conda 24.9.3.dev45 documentation

Defining this effectively hides the progress bar when this reporter backend is configured. We do this in this tutorial because a full implementation would take ...

exception_handler — conda 24.9.3.dev45 documentation

Functions#. conda_exception_handler (func, *args, **kwargs). class ExceptionHandler ...

Writing Tests — conda 24.9.3.dev45 documentation

This guide gives an overview of how to write integration tests using full command invocation. It also covers creating fixtures to use with these types of tests.

Architecture — conda 24.9.3.dev45 documentation

Conda is a complex system of many components and can be hard to understand for users and developers alike. The following C4 model based architecture diagrams ...

Index — conda 24.9.3.dev45 documentation

Miniconda · conda.org · GitHub · Element · Discourse. Navigation. User guide · Getting started with conda · Installing conda · Installing on Windows ...

Health Checks — conda 24.9.3.dev45 documentation

The action function is where you specify the code you want to be executed with conda doctor . class CondaHealthCheck#. Return type to use when defining conda ...

Logging — conda 24.9.3.dev45 documentation

In this guide, we'll describe the loggers and handlers used in conda, as well as how they are used. Logger hierarchy#. Python logging uses loggers as the source ...

Auth Handlers — conda 24.9.3.dev45 documentation

Return type to use when the defining the conda auth handlers hook. Parameters: name -- Name (e.g., basic-auth ). This name should be unique ...