/etc/profile.d/conda.sh: No such file or directory : numeric argument required

root@DESKTOP-EFJIGB6:~/miniconda3/bin# source activate

/etc/profile.d/conda.sh: No such file or directory

: numeric argument required

root@DESKTOP-EFJIGB6:~/miniconda3/bin#

解决办法

bash 复制代码
~/miniconda3/bin/conda init

这将修改你的 shell 启动文件(如 .bashrc 或 .zshrc),添加 Conda 的路径和激活脚本。之后运行:

bash 复制代码
source ~/.bashrc
相关推荐
AC赳赳老秦1 天前
数据安全合规:OpenClaw 敏感信息脱敏、操作日志审计、权限精细化管控方案,符合等保要求
网络·数据库·python·安全·web安全·oracle·openclaw
AIFQuant1 天前
贵金属 API 避坑:黄金/白银行情接口常见陷阱(数据漂移、断点、延迟)
开发语言·python·websocket·金融·restful·贵金属
财经资讯数据_灵砚智能1 天前
基于全球经济类多源新闻的NLP情感分析与数据可视化(日间)2026年5月9日
人工智能·python·信息可视化·自然语言处理·ai编程
Wireless_wifi61 天前
QCN9274-Based 2.4G/5G/6G Wireless Modules Tri-Band WiFi 7
人工智能·物联网·5g·ubuntu
shehuiyuelaiyuehao1 天前
算法21,搜索插入位置
python·算法·leetcode
Volunteer Technology1 天前
携程智能体项目
人工智能·python·numpy
平安的平安1 天前
Python实现RAG检索增强生成:让大模型拥有你的私有知识库
开发语言·python
code bean1 天前
【LangChain】少样本提示(Few-Shot Prompting)实战指南
开发语言·python·langchain
心.c1 天前
RAG文档解析 - pypdf、LlamaParse、DeepDoc、SimpleDirectoryReader到底怎么选?
python·算法·ai
㳺三才人子1 天前
初探 OpenCV 圖像處理
人工智能·python·opencv·计算机视觉