
Conda Documentation — conda-docs documentation
Conda provides package, dependency, and environment management for any language. The following documentation site provides all you need to get started with leveraging the power of …
Managing environments — conda 25.11.2.dev60 documentation
With conda, you can create, export, list, remove, and update environments that have different versions of Python and/or packages installed in them. Switching or moving between …
Getting started with conda — conda 25.11.2.dev48 documentation
Conda is a powerful command line tool for package and environment management that runs on Windows, macOS, and Linux. This guide to getting started with conda goes over the basics of …
Managing packages — conda 25.11.2.dev52 documentation
It is possible to have pip installed outside a conda environment or inside a conda environment. To gain the benefits of conda integration, be sure to install pip inside the currently active conda …
User guide — conda 25.11.1 documentation
Installing conda # Follow these instructions to get a working installation of conda on your computer Getting started # Learn the essential commands you need in your day-to-day usage …
Installing on Windows — conda 25.11.2.dev59 documentation
Updating conda # Open Command Prompt or PowerShell from the start menu. Run conda update conda. Uninstalling conda # In the Windows Control Panel, click Add or Remove Program. …
conda install — conda 25.11.1 documentation
Conda attempts to install the newest versions of the requested packages. To accomplish this, it may update some packages that are already installed, or install additional packages. To …
conda export — conda 25.11.1 documentation
The conda export command allows you to export conda environments to various file formats. This command supports an enhanced plugin-based architecture that supports multiple export …
conda create — conda 25.11.1 documentation
conda create # Create a new conda environment from a list of specified packages. To use the newly-created environment, use 'conda activate envname'. This command requires either the …
conda env create — conda 25.11.1 documentation
conda env create # Create an environment based on an environment definition file. If using an environment.yml file (the default), you can name the environment in the first line of the file with …