- Package specification — conda 24.9.3.dev45 documentation🔍
- conda 24.9.3.dev45 documentation🔍
- Managing packages — conda 24.9.3.dev45 documentation🔍
- Commands — conda 24.9.3.dev45 documentation🔍
- Specifications — conda 24.9.3.dev45 documentation🔍
- main_package — conda 24.9.3.dev45 documentation🔍
- conda install — conda 24.9.3.dev45 documentation🔍
- Concepts — conda 24.9.3.dev45 documentation🔍
Package specification — conda 24.9.3.dev45 documentation
Package specification — conda 24.9.3.dev45 documentation
This file contains basic information about the package, such as name, version, build string, and dependencies.
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 ...
Managing packages — conda 24.9.3.dev45 documentation
Because the pinned specs are included with each conda install, subsequent conda update commands without --no-pin will revert NumPy back to the 1.7 series.
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 ...
Specifications — conda 24.9.3.dev45 documentation
This section contains an incomplete list of conda specifications that may or may not be related to Conda Enhancement Proposals. Technical specification: solver ...
main_package — conda 24.9.3.dev45 documentation
CLI implementation for conda package . Provides some low-level tools for creating conda packages. Functions#. configure_parser ( ...
conda install — conda 24.9.3.dev45 documentation
In essence, they all deal with the same task: changing which packages are present in an environment. If you go and read that function, you will see there are ...
Concepts — conda 24.9.3.dev45 documentation
Commands · Conda commands are your interface for interacting with everything ; Packages · Learn about the different forms a package can take ; Package specification ...
conda install — conda 24.9.3.dev45 documentation
Install a list of packages into a specified conda environment. This command accepts a list of package specifications (eg, bitarray=0.8) and installs a set of ...
Managing conda — conda 24.9.3.dev45 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.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 compare — conda 24.9.3.dev45 documentation
Full path to environment location (i.e. prefix). Examples: Compare packages in the current environment with respect to 'environment.yml' located in the current ...
Installing on Windows — conda 24.9.3.dev45 documentation
Test your installation. In your terminal window, run the command conda list . A list of installed packages appears if it has been installed correctly.
requirements — conda 24.9.3.dev45 documentation
Define requirements.txt spec. Classes#. RequirementsSpec. Reads dependencies from a requirements.txt ...
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 ...
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 create — conda 24.9.3.dev45 documentation
Create a new environment as a copy of an existing local environment. --file. Read package versions from the given file. Repeated file specifications can be ...
conda list — conda 24.9.3.dev45 documentation
In explicit mode, leave authentication details in package URLs. They are removed by default otherwise. Target Environment Specification#. -n, --name. Name of ...
Tasks — conda 24.9.3.dev45 documentation
Packages · Package specification · Package search and install specifications · Channels · Environments · Installing with conda · Performance · Conda for data ...
Environments — conda 24.9.3.dev45 documentation
Also referred to as PKGS_DIR. This directory contains decompressed packages, ready to be linked in conda environments. Each package resides in a subdirectory ...