Conda Commands Cheat Sheet



  1. Conda Command List
  2. Conda Commands Cheat Sheet

Get your conda cheat sheet. With Miniconda you download only the packages you want with the conda command, 'conda install PACKAGENAME' BEFORE YOU START GET IT. Conda env create -f environment.yml Updating a conda env using a YAML file conda env update -file environment.yml Conclusion. And there you have it, most of the everyday conda env commands you will ever need. If you have any additional ones, feel free to add them in the comments. Cheat sheet¶ Download the Anaconda Cheat Sheet for a quick guide to using Anaconda. « Moving Anaconda from one directory to another Frequently asked questions ». Conda for data scientists¶ Conda is useful for any packaging process but it stands out from other package and environment management systems through its utility for data science. Conda’s benefits include: Providing prebuilt packages which avoid the need to deal with compilers or figuring out how to set up a specific tool.

The conda command is the primary interface for managinginstallations of various packages. It can:

  • Query and search the Anaconda package index and currentAnaconda installation.

  • Create new conda environments.

  • Install and update packages into existing conda environments.

Commands

Tip

Conda Command List

You can abbreviate many frequently used command options thatare preceded by 2 dashes (--) to just 1 dash and the firstletter of the option. So --name and -n are the same, and--envs and -e are the same.

Conda Commands Cheat Sheet

For full usage of each command, including abbreviations, seeCommand reference. You can see the same information at thecommand line by viewing the command-line help.