任务#
任务部分分为多个页面,几乎涵盖了使用 conda 可以做的所有事情。
The tasks section is organized into various pages which cover nearly everything you can do with conda.
常见任务#
- Managing conda#
关于管理 conda 安装的所有必要知识
Everything necessary to know about managing your installation of conda
- Managing environments#
涉及创建、更新、导出和删除环境的各种操作,以及更多
Various operations involved with creating, updating, exporting, and removing environments, plus more
- Managing channels#
有关渠道以及安装软件包时如何搜索渠道的信息
Information about channels and how they are searched through when installing packages
- Managing packages#
有关如何在给定环境中查找、安装、删除和更新软件包的详细信息
Details related to how to find, install, remove, and update packages in a given environment
- Managing python#
支持的 Python 版本以及更新和使用多个 Python 版本的技巧
Supported versions of Python and tips for updating and using multiple Python versions
- Managing virtual packages#
了解什么是虚拟包以及 conda 使用它们
Learn what virtual packages are and conda uses them
- View command line help#
获取任何 conda 命令的命令行帮助
Get help on the command line for any conda command
教程#
- Creating custom channels#
本教程将指导您如何创建自定义渠道并通过本地计算机提供服务
Tutorial walking you through how to create a custom channel and serve it from your local computer
- Creating projects with conda#
了解如何使用 conda 启动新项目并使用“environment.yml”文件来管理依赖项
Learn how to start a new project with conda using a
environment.yml
file to manage your dependencies