========
概念
========

Concepts

.. toctree::
   :maxdepth: 1
   :hidden:

   conda-commands
   packages
   pkg-specs
   pkg-search
   channels
   environments
   installing-with-conda
   conda-performance
   data-science
   conda-plugins

.. tab:: 中文

    即使设置为“True”,也只有在安装了 Anaconda 命令行客户端并使用“anaconda login”命令登录后才会启用此设置。

.. tab:: 英文

    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.

.. glossary::


    :doc:`命令 <conda-commands>`
    :doc:`Commands <conda-commands>`
        Conda 命令是你与 Conda 交互的接口,涵盖所有功能操作。
        Conda commands are your interface for interacting with everything

    :doc:`软件包 <packages>`
    :doc:`Packages <packages>`
        了解软件包的各种形式和结构。
        Learn about the different forms a package can take

    :doc:`软件包规范 <pkg-specs>`
    :doc:`Package specification <pkg-specs>`
        学习软件包应包含的内容以及各类元数据文件的含义。
        Learn about exactly what belongs in a package and what the different metadata files mean

    :doc:`软件包搜索与安装 <pkg-search>`
    :doc:`Package search and install <pkg-search>`
        了解用于 ``conda install`` 和 ``conda search`` 命令的软件包搜索规范。
        The search specifications for a package (for the ``conda install`` and ``conda search`` commands)

    :doc:`渠道 <channels>`
    :doc:`Channels <channels>`
        了解渠道的作用及其如何托管软件包。
        Learn about channels and how they host packages

    :doc:`环境 <environments>`
    :doc:`Environments <environments>`
        了解 Conda 环境的工作机制以及它们与 Python 虚拟环境的区别。
        Learn about how environments work and how they differ from Python's virtual environments

    :doc:`使用 Conda 进行安装 <installing-with-conda>`
    :doc:`Installing with conda <installing-with-conda>`
        深入了解 Conda 安装过程中发生的详细操作。
        Take a deep dive into exactly what happens during an installation with conda

    :doc:`性能优化 <conda-performance>`
    :doc:`Performance <conda-performance>`
        理解影响 Conda 性能与速度的因素,并学习如何进行优化。
        Understand what impacts the performance and speed of conda and how to improve it

    :doc:`面向数据科学家的 Conda <data-science>`
    :doc:`Conda for data scientists <data-science>`
        了解为什么 Conda 是数据科学家非常有价值的工具。
        See why conda is a such a valuable tool for data scientists

    :doc:`插件 <conda-plugins>`
    :doc:`Plugins <conda-plugins>`
        Conda 的行为可以通过插件进行扩展;在此了解更多信息。
        The behavior of conda can be extended via plugins; learn more here