- main_package — conda 24.9.3.dev45 documentation🔍
- conda 24.9.3.dev45 documentation🔍
- Package specification — conda 24.9.3.dev45 documentation🔍
- User guide — conda 24.9.3.dev45 documentation🔍
- conda install — conda 24.9.3.dev45 documentation🔍
- install — conda 24.9.3.dev45 documentation🔍
- Configuration — conda 24.9.3.dev45 documentation🔍
- Installing conda — conda 24.9.3.dev45 documentation🔍
main_package — conda 24.9.3.dev45 documentation
main_package — conda 24.9.3.dev45 documentation
main_package #. CLI implementation for conda package . Provides some low-level tools for creating conda packages. Functions ...
conda 24.9.3.dev45 documentation
Conda provides package, dependency, and environment management for any language. Here, you will find everything you need to get started using conda in your own ...
Package specification — conda 24.9.3.dev45 documentation
The info/ directory contains all metadata about a package. Files in this location are not installed under the install prefix. Although you are free to add any ...
User guide — conda 24.9.3.dev45 documentation
In this guide, you will learn the about the common tasks involved with using the conda package manager. First steps#. If you are brand new to conda, ...
conda install — conda 24.9.3.dev45 documentation
The user is running commands on a Linux x64 machine with a working installation of Miniconda. This means we have a base environment with conda , python , and ...
install — conda 24.9.3.dev45 documentation
install #. Conda package installation logic. Core logic for conda [create|install|update|remove] commands. See conda.cli.main_create, conda.cli.main_install ...
Configuration — conda 24.9.3.dev45 documentation
Configuration#. The following pages have information on how conda can be customized further through configuration. Using the .condarc conda configuration file ...
Installing conda — conda 24.9.3.dev45 documentation
To install conda, you must first pick the right installer for you. The following are the most popular installers currently available.
linux — conda 24.9.3.dev45 documentation
If on linux, returns (libc_family, version), otherwise (None, None). linux_get_libc_version() → ...
Managing packages — conda 24.9.3.dev45 documentation
Packages that are not available using conda install can be obtained from Anaconda.org, a package management service for both public and private package ...
Cheatsheet — conda 24.9.3.dev45 documentation
The conda cheatsheet contains the most important information about using conda, such as basic commands for creating and managing environments.
Performance — conda 24.9.3.dev45 documentation
Conda's performance can be affected by a variety of things. Unlike many package managers, Anaconda's repositories generally don't filter or remove old packages ...
common — conda 24.9.3.dev45 documentation
Code in conda.common is not conda-specific. Technically, it sits aside the application stack and not within the stack. It is able to stand independently on its ...
Installing on macOS — conda 24.9.3.dev45 documentation
If you use the .pkg installer for Miniconda, beware that those installers may skip the "Destination Select" page which will cause the installation to fail. If ...
Commands — conda 24.9.3.dev45 documentation
The conda command is the primary interface for managing installations of various packages. It can: Query and search the Anaconda package index and current ...
conda info — conda 24.9.3.dev45 documentation
Named Arguments#. -a, --all. Show all information. --base. Display base environment path. -e, --envs. List all known conda environments. -s, --system.
conda search — conda 24.9.3.dev45 documentation
Search for packages and display associated information using the MatchSpec format. MatchSpec is a query language for conda packages.
Concepts — conda 24.9.3.dev45 documentation
In this section, we provide you with detailed information about the fundamental concepts in conda, including information about packages, channels, environments, ...
Troubleshooting — conda 24.9.3.dev45 documentation
Activation is a tool where conda sets your PATH, and also runs any custom package scripts which are often used to set additional environment variables that are ...
records — conda 24.9.3.dev45 documentation
A PrefixRecord is the record of a package installed into a conda environment. Object inheritance: Inheritance diagram of PackageRecord, PackageCacheRecord, ...