Events2Join

Managing environments — conda 24.9.3.dev41 documentation


Managing environments — conda 24.9.3.dev41 documentation

With conda, you can create, export, list, remove, and update environments that have different versions of Python and/or packages installed in them.

Managing conda — conda 24.9.3.dev41 documentation

You are in a directory that Anaconda or Miniconda can find. You have closed and re-opened the terminal window after installing conda. Determining your conda ...

User guide — conda 24.9.3.dev41 documentation

In this guide, you will learn the about the common tasks involved with using the conda package manager.

Development Environment — conda 24.9.3.dev41 documentation

Development Environment#. Clone the repo you just forked on GitHub to your local machine. Configure your repo to point to both “upstream” (the main conda ...

Glossary — conda 24.9.3.dev41 documentation

A desktop graphical user interface (GUI) included in all versions of Anaconda that allows you to easily manage conda packages, environments, channels, and ...

Managing virtual packages — conda 24.9.3.dev41 documentation

For troubleshooting, it is possible to override virtual package detection using an environment variable. Supported variables include: CONDA_OVERRIDE_CUDA - CUDA ...

conda config — conda 24.9.3.dev41 documentation

condarc file at '/home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda/envs/latest/.condarc'. --env. Write to the active conda environment .condarc ...

conda env — conda 24.9.3.dev41 documentation

Positional Arguments#. command. Possible choices: config, create, export, list, remove, update.

conda package — conda 24.9.3.dev41 documentation

Create low-level conda packages. (EXPERIMENTAL) usage: conda package [-h] [-n ENVIRONMENT | -p PATH] [-w PATH [PATH ...]] [-r] [-u] [--pkg-

Plugins — conda 24.9.3.dev41 documentation

Development environment integrations (e.g., shells). Alternative dependency solver backends. Network adapters. Build system integrations. Non-Python language ...

version — conda 24.9.3.dev41 documentation

Version strings can contain the usual alphanumeric characters (A-Za-z0-9), separated into components by dots and underscores.

activate — conda 24.9.3.dev41 documentation

* [activate|deactivate|reactivate|hook|commands] . This includes a custom argument parser, an abstract shell class, and special path handling for Windows. See ...

main_env_update — conda 24.9.3.dev41 documentation

CLI implementation for conda-env update . Updates the conda environments with the specified packages. Functions#. configure_parser (→ argparse ...

plan — conda 24.9.3.dev41 documentation

Handle the planning of installs and their execution. Note: conda.install uses canonical package names in its interface functions, whereas conda.resolve uses ...

match_spec — conda 24.9.3.dev41 documentation

Implements the query language for conda packages (a.k.a, MatchSpec). The MatchSpec is the conda package specification (e.g. conda==23.3 , python<3.7 , ...

fetch — conda 24.9.3.dev41 documentation

Return the part of the remote .jlap file we are interested in. format_hash (hash). Abbreviate hash for formatting.

conda config and context — conda 24.9.3.dev41 documentation

Values set by the corresponding command line arguments, if any. Values defined by their corresponding CONDA_* environment variables, if present. The mechanism ...

hookspec — conda 24.9.3.dev41 documentation

This plugin hook allows you to add more "health checks" to conda doctor that you can write to diagnose problems in your conda environment. Check out the health ...

Getting started with conda

Conda allows you to create separate environments, each containing their own files, packages, and package dependencies. The contents of each environment do not ...

plugins — conda 24.9.3.dev41 documentation

In this module, you will find everything relevant to conda's plugin system. It contains all of the code that plugin authors will use to write plugins.