- conda config — conda 24.9.3.dev45 documentation🔍
- conda install — conda 24.9.3.dev45 documentation🔍
- conda config and context — conda 24.9.3.dev45 documentation🔍
- Configuration — conda 24.9.3.dev45 documentation🔍
- Commands — conda 24.9.3.dev45 documentation🔍
- conda 24.9.3.dev45 documentation🔍
- User guide — conda 24.9.3.dev45 documentation🔍
- Managing conda — conda 24.9.3.dev45 documentation🔍
conda config and context — conda 24.9.3.dev45 documentation
conda config — conda 24.9.3.dev45 documentation
Modify configuration values in .condarc. This is modeled after the git config command. Writes to the user .condarc file (/home/docs/.condarc) by default.
conda install — conda 24.9.3.dev45 documentation
Command line interface. argparse parsers. Environment variables. Configuration files. Context initialization ; Fetching the index. Retrieving all the channels ...
conda config and context — conda 24.9.3.dev45 documentation
The context object is central to many parts of the conda codebase. It serves as a centralized repository of settings.
Configuration — conda 24.9.3.dev45 documentation
A multichannel is a metachannel composed of multiple channels. The two reserved multichannels are 'defaults' and 'local'.
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 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 ...
User guide — conda 24.9.3.dev45 documentation
Check out Anaconda's free course on conda basics to learn even more. Learn more#. Configuring conda#. Reference and explanation for all the ways you can ...
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 ...
conda install — conda 24.9.3.dev45 documentation
For more information, see conda config --describe repodata_fns. --experimental. Possible choices: jlap, lock. jlap: Download incremental package index data from ...
Cheatsheet — conda 24.9.3.dev45 documentation
install package with OR logic. conda install “PKGNAME [version='2.5|3.2']” ; uninstall package. conda uninstall PKGNAME ; view channel sources. conda config -- ...
Managing environments — conda 24.9.3.dev45 documentation
To set environment variables, run conda env config vars set my_var=value . Once you have set an environment variable, you have to reactivate your environment: ...
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.
Channels — conda 24.9.3.dev45 documentation
What is a "channel"?#. Channels are the locations where packages are stored. They serve as the base for hosting and managing packages. Conda packages are ...
conda create — conda 24.9.3.dev45 documentation
Package version takes precedence over channel priority. Overrides the value given by conda config --show channel_priority . --no-deps. Do not install, update, ...
Troubleshooting — conda 24.9.3.dev45 documentation
The normal way to do this is to run python setup.py develop -u . However, this command does not replace the conda script itself. With other packages, this is ...
Creating custom channels — conda 24.9.3.dev45 documentation
In this tutorial, we walk through how to create your own channel that can either be accessed via the local or network file system or served from a webserver.
Installing on Windows — conda 24.9.3.dev45 documentation
Download the installer. Follow the instructions on the screen. If you are unsure about any setting, accept the defaults. You can change them later.
Managing Python — conda 24.9.3.dev45 documentation
Conda supports Python 3.9, 3.10, 3.11 and 3.12. Viewing a list of available Python versions#. To list the versions of Python that are available to install, in ...
Release notes — conda 24.9.3.dev45 documentation
In the future, we will rely on providers of conda distributions, such as miniforge or Anaconda (including miniconda), to pre-configure their preferred channels, ...
Performance — conda 24.9.3.dev45 documentation
Setting strict channel priority makes it so that if a package exists on a channel, conda will ignore all packages with the same name on lower priority channels.