/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
相关推荐
Ace_31750887761 分钟前
京东关键字搜索接口逆向:从动态签名破解到分布式请求调度
分布式·python
yachuan_qiao26 分钟前
专业的建筑设备监控管理系统选哪家
大数据·运维·python
l1t1 小时前
DeepSeek辅助编写转换DuckDB json格式执行计划到PostgreSQL格式的Python程序
数据库·python·postgresql·json·执行计划
q***82911 小时前
【玩转全栈】----Django模板语法、请求与响应
数据库·python·django
李昊哲小课1 小时前
Ubuntu 24.04 安装开源WebRTC信令服务器
服务器·ubuntu·mediasoup·janus·信令服务器
李昊哲小课1 小时前
cuda12 cudnn9 tensorflow 显卡加速
人工智能·python·深度学习·机器学习·tensorflow
FreeCode1 小时前
LangChain1.0智能体开发:检索增强生成(RAG)
python·langchain·agent
xixixi777772 小时前
攻击链重构的具体实现思路和分析报告
开发语言·python·安全·工具·攻击链
Learn Beyond Limits2 小时前
Data Mining Tasks|数据挖掘任务
人工智能·python·神经网络·算法·机器学习·ai·数据挖掘