嗖嗖社区 嗖嗖社区
首页
  • 开发日志
  • 使用指南
  • 模型概述
  • 模型平台

    • 平台开发
    • 平台展示
    • 标准化接口
  • MIKE模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • EFDC模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • Delft3D模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • HEC模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • WASH123D模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • SWMM模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • HSPF模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • 水文模型
  • 机器学习

    • 模型简介
    • 使用技巧
    • 开发技巧
  • 模型比较
  • 坐标系统
  • Arcgis

    • 软件简介
    • 使用技巧
    • 开发技巧
  • QGIS

    • 软件简介
    • 使用技巧
    • 开发技巧
  • 项目库

    • 政府采购环保项目
    • 政府采购水利项目
  • 模拟数据

    • 开放数据
  • 环境信息

    • 污染源
  • 标准化报告

    • 标准化分析报告
  • 闲聊
  • 语言

    • .net
    • python
    • 混合编程
  • 数据库及分布式存储
  • Web、服务器安全
  • 工具

    • git
    • vs
  • 开发问题集锦
  • 系统

    • Windows
    • Linux
  • 问题与挑战
  • 鄱阳湖流域

    • 模型研究
    • 信息管理平台
  • 太湖流域

    • 模型研究
    • 信息管理平台
  • 巢湖流域

    • 模型研究
    • 信息管理平台
  • 渤海湾

    • 模型研究
    • 信息管理平台
  • 环境观察
  • 环评
  • 排污许可
  • 防洪、内涝
  • 水环境治理
  • 那些年那些事
关于
  • 分类
  • 标签
  • 归档
首页
  • 开发日志
  • 使用指南
  • 模型概述
  • 模型平台

    • 平台开发
    • 平台展示
    • 标准化接口
  • MIKE模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • EFDC模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • Delft3D模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • HEC模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • WASH123D模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • SWMM模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • HSPF模型

    • 模型简介
    • 使用技巧
    • 开发技巧
  • 水文模型
  • 机器学习

    • 模型简介
    • 使用技巧
    • 开发技巧
  • 模型比较
  • 坐标系统
  • Arcgis

    • 软件简介
    • 使用技巧
    • 开发技巧
  • QGIS

    • 软件简介
    • 使用技巧
    • 开发技巧
  • 项目库

    • 政府采购环保项目
    • 政府采购水利项目
  • 模拟数据

    • 开放数据
  • 环境信息

    • 污染源
  • 标准化报告

    • 标准化分析报告
  • 闲聊
  • 语言

    • .net
    • python
    • 混合编程
  • 数据库及分布式存储
  • Web、服务器安全
  • 工具

    • git
    • vs
  • 开发问题集锦
  • 系统

    • Windows
    • Linux
  • 问题与挑战
  • 鄱阳湖流域

    • 模型研究
    • 信息管理平台
  • 太湖流域

    • 模型研究
    • 信息管理平台
  • 巢湖流域

    • 模型研究
    • 信息管理平台
  • 渤海湾

    • 模型研究
    • 信息管理平台
  • 环境观察
  • 环评
  • 排污许可
  • 防洪、内涝
  • 水环境治理
  • 那些年那些事
关于
  • 分类
  • 标签
  • 归档
  • 闲谈

  • 语言

    • Net

    • Python

      • 爬虫
      • Matplot库
      • Conda包管理
        • 创建离线安装包
      • 混合编程

    • 数据库及分布式存储

    • Web、服务器安全

    • 工具

    • 开发问题集锦

    • 系统

    • 程序开发
    • 语言
    • Python
    嗖嗖社区
    2022-10-23

    Conda包管理

    # conda环境安装及配置

    • 安装包下载 (opens new window)
    • 一路next
    • 配置
    conda init
    conda config --set show_channel_urls yes
    
    将以下地址,粘贴到 .condarc文件
    
    show_channel_urls: false
    channels:
      - https://mirrors.aliyun.com/anaconda/cloud/ursky
      - https://mirrors.aliyun.com/anaconda/cloud/stackless
      - https://mirrors.aliyun.com/anaconda/cloud/simpleitk
      - https://mirrors.aliyun.com/anaconda/cloud/rdkit
      - https://mirrors.aliyun.com/anaconda/cloud/rapidsai
      - https://mirrors.aliyun.com/anaconda/cloud/qiime2
      - https://mirrors.aliyun.com/anaconda/cloud/pyviz
      - https://mirrors.aliyun.com/anaconda/cloud/pytorch3d
      - https://mirrors.aliyun.com/anaconda/cloud/pytorch-test
      - https://mirrors.aliyun.com/anaconda/cloud/pytorch
      - https://mirrors.aliyun.com/anaconda/cloud/psi4
      - https://mirrors.aliyun.com/anaconda/cloud/plotly
      - https://mirrors.aliyun.com/anaconda/cloud/omnia
      - https://mirrors.aliyun.com/anaconda/cloud/ohmeta
      - https://mirrors.aliyun.com/anaconda/cloud/numba
      - https://mirrors.aliyun.com/anaconda/cloud/msys2
      - https://mirrors.aliyun.com/anaconda/cloud/mordred-descriptor
      - https://mirrors.aliyun.com/anaconda/cloud/menpo
      - https://mirrors.aliyun.com/anaconda/cloud/matsci
      - https://mirrors.aliyun.com/anaconda/cloud/intel
      - https://mirrors.aliyun.com/anaconda/cloud/idaholab
      - https://mirrors.aliyun.com/anaconda/cloud/fermi
      - https://mirrors.aliyun.com/anaconda/cloud/fastai
      - https://mirrors.aliyun.com/anaconda/cloud/dglteam
      - https://mirrors.aliyun.com/anaconda/cloud/deepmodeling
      - https://mirrors.aliyun.com/anaconda/cloud/conda-forge
      - https://mirrors.aliyun.com/anaconda/cloud/caffe2
      - https://mirrors.aliyun.com/anaconda/cloud/c4aarch64
      - https://mirrors.aliyun.com/anaconda/cloud/bioconda
      - https://mirrors.aliyun.com/anaconda/cloud/biobakery
      - https://mirrors.aliyun.com/anaconda/cloud/auto
      - https://mirrors.aliyun.com/anaconda/cloud/Paddle
      - https://mirrors.aliyun.com/anaconda/pkgs/r
      - https://mirrors.aliyun.com/anaconda/pkgs/msys2
      - https://mirrors.aliyun.com/anaconda/pkgs/main
      - https://mirrors.aliyun.com/anaconda/pkgs/free
    
    conda activate base #进入base环境
    conda create -n env_name python==版本号 #创建项目环境
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    #conda#Python
    上次更新: 2022/10/23, 14:49:01
    Matplot库
    创建离线安装包

    ← Matplot库 创建离线安装包→

    最近更新
    01
    污染源调查的基本步骤
    05-16
    02
    流域、区域污染源识别
    05-16
    03
    区(流)域基本情况
    02-01
    更多文章>
    Theme by Vdoing | Copyright © 2021-2024 嗖嗖社区 | MIT License | 京ICP备20020545号-1
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式