惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - Life·Intelligence

SSHFS + VS Code 挂载集群代码目录(macOS)| 集群vibe coding - Life·Intelligence OpenClaw 多 Channel 实战总结(Windows 环境) OpenClaw Windows 安装与 Debug 最终版教程(适用于 MiniPC i3-N305 / 无 GPU) LightDock | 蛋白质-多肽对接 | peptide-protein docking 蛋白结构预测 | alphafold | colabfold | docking 全栈生信 | PyMol使用教程 细胞通讯推断 | CCI | CellChat | CellphoneDB | iTALK | NicheNet ChromHMM教程 极简 | GRN | SCENIC | pySCENIC | 安装使用最新版scenicplus - Life·Intelligence Linux下载zenodo数据 共定位 | colocalization 分析 | 表观因子 findOverlappingPeaks | peak取交集操作 根据基因名批量查询下载PDB蛋白结构数据库 R小技巧汇总 Signac处理bulk ATAC-seq数据 - Life·Intelligence Differential motif enrichment | CentriMo | meme 亚马逊云 | AWS S3 | 基本操作 ATAC-seq | TOBIAS | footprint分析 TCGA+GTEx基因表达数据合并 | 多癌种表达分析
miniconda转miniforge | conda | license
Life·Intelli · 2025-05-10 · via 博客园 - Life·Intelligence

2025年08月11日

内网直接屏蔽了anaconda,需要FQ,有现成的web proxyFQ网站。

web proxy

https://proxyium.com/

根据自己的R版本下载对应的离线包:

3.5 MB | linux-64/r-arrow-16.1.0-r42hac33072_0.conda 1 year and 1 month ago 4791

conda install安装即可

不行,因为arrow有复杂的cpp依赖,所以,不能使用本地包。

换成清华的镜像

conda config --remove-key channels
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels defaults

修改各个condarc,彻底把conda-forge删掉

conda config --show-sources

把default也给删掉,这是官方源,因为官方的实在是无法访问。

顺便把延迟也给调高。

remote_connect_timeout_secs: 120.0
remote_read_timeout_secs: 300.0

版权问题,miniconda下载包非常不方便,最烦这种把用户量做起来了就开始收费的,不缴费不给用。

恰饭可以,找其他渠道啊,现在这个看相太难看了。

conda 和 Anaconda 是两回事:
• conda 是包管理器(开源,BSD 许可证,仍然免费)。
• Anaconda 是一个商业公司提供的 Python 发行版,包括 conda、本地镜像源、大量预装包等。

💰 收费变化是这样:

从 2020 年起,Anaconda 公司对商业用途(如公司或机构)使用其官方发行版和镜像源实行了收费政策:
• 个人用户、开源项目、学术研究用途仍然免费。
• 企业用户如果通过 Anaconda 镜像或工具部署,需要购买许可证。

如果你不想付费,完全可以继续免费用 conda,只需:
• 用 miniconda 代替 Anaconda 发行版。
• 使用开源的社区镜像源(如 conda-forge)。
• 不用 Anaconda Navigator,转而用命令行或其他 IDE(如 VS Code)。

conda-forge 是一个 社区驱动的 Conda 包仓库,可以理解为一个开源的“超市”,专门为 conda 提供各种包的最新版本。

实际上miniconda也用不了。

于是出现了一个新的替代品:Miniforge

https://github.com/conda-forge/miniforge#miniforge3

This repository holds the minimal installers for Conda and Mamba specific to conda-forge, with the following features pre-configured:

Packages in the base environment are obtained from the conda-forge channel.
The conda-forge channel is set as the default (and only) channel.

【本来就是免费的,开源的,你凭啥收费,群众立马给你造一个替代品出来,而且conda-forge channel是唯一源。你说你,这么搞迟早就被淘汰了,何必呢,还被同行鄙视】

下载sh文件,像以前一样下载安装miniforge

同时注意在.bashrc里配置好

# >>> mamba initialize >>>
# !! Contents within this block are managed by 'mamba shell init' !!
export MAMBA_EXE='/home/zz950/softwares/miniforge3/bin/mamba';
export MAMBA_ROOT_PREFIX='/home/zz950/softwares/miniforge3';
__mamba_setup="$("$MAMBA_EXE" shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)"
if [ $? -eq 0 ]; then
    eval "$__mamba_setup"
else
    alias mamba="$MAMBA_EXE"  # Fallback on help from mamba activate
fi
unset __mamba_setup
# <<< mamba initialize <<<

# >>> conda initialize >>>
__conda_setup="$('/home/zz950/softwares/miniforge3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
    eval "$__conda_setup"
else
    if [ -f "/home/zz950/softwares/miniforge3/etc/profile.d/conda.sh" ]; then
        . "/home/zz950/softwares/miniforge3/etc/profile.d/conda.sh"
    else
        export PATH="/home/zz950/softwares/miniforge3/bin:$PATH"
    fi
fi
unset __conda_setup
# <<< conda initialize <<<

简单一步,把原来的env全部soft “迁移”到新的conda

conda config --append envs_dirs /home/zz950/softwares/miniconda3/envs

这样就能无缝用新的miniforge的conda,管理原来的包,不会早出现任何的权限和license问题。

参考:

GPT:

  • conda本来是开源免费的,现在用户多了,怎么突然就开始要收费了,这合法吗,吃相太难看了
  • conda-forge是什么