跳到主要内容
Ctrl+K
conda 25.1.1 documentation - Home
  • Conda
  • Conda-build
  • Miniconda
  • conda.org
  • GitHub
  • Element
  • Discourse
  • Conda
  • Conda-build
  • Miniconda
  • conda.org
  • GitHub
  • Element
  • Discourse

导航

  • 用户指南
    • Conda 入门
    • 安装 conda
      • 在 Windows 上安装
      • 在 macOS 上安装
      • 在 Linux 上安装
      • Miniconda 的 RPM 和 Debian 仓库
    • 任务
      • 管理 conda
      • 管理环境
      • 管理通道
      • 管理包
      • 管理 Python
      • 管理虚拟包
      • 创建自定义通道
      • 创建项目
      • 查看命令行帮助
    • 配置
      • 使用 .condarc conda 配置文件
      • 设置
      • 管理多用户 conda 安装
      • 镜像通道
      • 禁用 SSL 验证
      • 使用非标准证书
      • 为环境和包缓存使用自定义位置
      • 提高与 pip 的互操作性
      • 使用 free 通道
    • 概念
      • 命令
      • 包
      • 包规范
      • 包搜索和安装规范
      • 通道
      • 环境
      • 使用 conda 安装
      • 性能
      • 面向数据科学家的 Conda
      • 插件
    • 故障排除
    • 速查表
  • 配置
  • 命令
    • conda clean
    • conda compare
    • conda config
    • conda create
    • conda doctor
    • conda env
      • conda env config
        • conda env config vars
          • conda env config vars list
          • conda env config vars set
          • conda env config vars unset
      • conda env create
      • conda env export
      • conda env list
      • conda env remove
      • conda env update
    • conda info
    • conda init
    • conda install
    • conda list
    • conda notices
    • conda package
    • conda remove
    • conda rename
    • conda run
    • conda search
    • conda update
  • 发行说明
  • 词汇表
  • 开发者指南
    • 架构
    • 为 conda 做贡献
    • 开发环境
    • 深入探讨
      • conda install
      • conda init 和 conda activate
      • conda config 和上下文
      • 求解器
      • 日志记录
    • 编写测试
      • 集成测试
    • 弃用
    • 发布
    • 插件
      • 身份验证处理程序
      • 健康检查
      • 请求标头
      • 后置命令
      • 前置命令
      • 报告器后端
      • 设置
      • 求解器
      • 子命令
      • 虚拟包
    • 规范
      • 技术规范:求解器状态
    • API
      • conda
        • __main__
        • _vendor
          • frozendict
        • _version
        • activate
        • api
        • auxlib
          • collection
          • compat
          • decorators
          • entity
          • exceptions
          • ish
          • logz
          • type_coercion
        • base
          • constants
          • context
        • cli
          • actions
          • common
          • conda_argparse
          • find_commands
          • helpers
          • install
          • main
          • main_clean
          • main_commands
          • main_compare
          • main_config
          • main_create
          • main_env
          • main_env_config
          • main_env_create
          • main_env_export
          • main_env_list
          • main_env_remove
          • main_env_update
          • main_env_vars
          • main_export
          • main_info
          • main_init
          • main_install
          • main_list
          • main_mock_activate
          • main_mock_deactivate
          • main_notices
          • main_package
          • main_pip
          • main_remove
          • main_rename
          • main_run
          • main_search
          • main_update
          • python_api
        • common
          • _logic
          • _os
            • linux
            • osx
            • unix
            • windows
          • compat
          • configuration
          • constants
          • disk
          • io
          • iterators
          • logic
          • path
            • _cygpath
            • directories
            • python
            • windows
          • pkg_formats
            • python
          • serialize
          • signals
          • toposort
          • url
        • core
          • envs_manager
          • index
          • initialize
          • link
          • package_cache_data
          • path_actions
          • portability
          • prefix_data
          • solve
          • subdir_data
        • deprecations
        • env
          • env
          • installers
            • base
            • conda
            • pip
          • pip_util
          • specs
            • binstar
            • requirements
            • yaml_file
        • exception_handler
        • exceptions
        • exports
        • gateways
          • anaconda_client
          • connection
            • adapters
              • ftp
              • http
              • localfs
              • s3
            • download
            • session
          • disk
            • create
            • delete
            • link
            • lock
            • permissions
            • read
            • test
            • update
          • logging
          • repodata
            • jlap
              • core
              • fetch
              • interface
            • lock
          • subprocess
        • history
        • instructions
        • misc
        • models
          • channel
          • dist
          • enums
          • leased_path_entry
          • match_spec
          • package_info
          • prefix_graph
          • records
          • version
        • notices
          • cache
          • core
          • fetch
          • types
          • views
        • plan
        • plugins
          • hookspec
          • manager
          • post_solves
            • signature_verification
          • reporter_backends
            • console
            • json
          • solvers
          • subcommands
            • doctor
              • health_checks
          • types
          • virtual_packages
            • archspec
            • conda
            • cuda
            • freebsd
            • linux
            • osx
            • windows
        • reporters
        • resolve
        • testing
          • cases
          • fixtures
          • gateways
            • fixtures
          • helpers
          • integration
          • notices
            • fixtures
            • helpers
          • solver_helpers
        • trust
          • constants
          • signature_verification
        • utils
      • conda_env
        • cli
          • common
          • main
          • main_config
          • main_create
          • main_export
          • main_list
          • main_remove
          • main_update
          • main_vars
        • env
        • installers
          • base
          • conda
          • pip
        • pip_util
        • specs
          • binstar
          • requirements
          • yaml_file
  • 开发者指南
  • conda

__main__#

Conda 作为模块入口点。

在 GitHub 上编辑
显示源代码

© Copyright 2017, Anaconda, Inc.

使用 Sphinx 7.4.7 创建。

分析仪表板

使用 PyData Sphinx Theme 0.15.4 构建。