概念#
Concepts
即使设置为“True”,也只有在安装了 Anaconda 命令行客户端并使用“anaconda login”命令登录后才会启用此设置。
In this section, we provide you with detailed information about the fundamental concepts in conda, including information about packages, channels, environments, and plugins, among others.
- 命令#
- Commands#
Conda 命令是你与 Conda 交互的接口,涵盖所有功能操作。 Conda commands are your interface for interacting with everything
- 软件包#
- Packages#
了解软件包的各种形式和结构。 Learn about the different forms a package can take
- 软件包规范#
- Package specification#
学习软件包应包含的内容以及各类元数据文件的含义。 Learn about exactly what belongs in a package and what the different metadata files mean
- 软件包搜索与安装#
- Package search and install#
了解用于
conda install
和conda search
命令的软件包搜索规范。 The search specifications for a package (for theconda install
andconda search
commands)- 渠道#
- Channels#
了解渠道的作用及其如何托管软件包。 Learn about channels and how they host packages
- 环境#
- Environments#
了解 Conda 环境的工作机制以及它们与 Python 虚拟环境的区别。 Learn about how environments work and how they differ from Python's virtual environments
- 使用 Conda 进行安装#
- Installing with conda#
深入了解 Conda 安装过程中发生的详细操作。 Take a deep dive into exactly what happens during an installation with conda
- 性能优化#
- Performance#
理解影响 Conda 性能与速度的因素,并学习如何进行优化。 Understand what impacts the performance and speed of conda and how to improve it
- 面向数据科学家的 Conda#
- Conda for data scientists#
了解为什么 Conda 是数据科学家非常有价值的工具。 See why conda is a such a valuable tool for data scientists
- 插件#
- Plugins#
Conda 的行为可以通过插件进行扩展;在此了解更多信息。 The behavior of conda can be extended via plugins; learn more here