conda
傲笑风
让机器看懂世界
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
window中git bash使用conda命令
window系统的终端cmd和linux不一样,运行不了.sh文件,为了在window中模仿linux,可以使用gui bash模拟linux的终端。为了在gui bash中使用python环境,由于python环境是在anaconda中创建的,所以需要在gui bash使用conda命令。原创 2025-02-17 16:08:52 · 816 阅读 · 0 评论 -
【解决】CommandNotFoundError: Your shell has not been properly configured to use conda activate
CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’.To initialize your shell, run$ conda init Currently supported shells are:bashfishtcshxonshzshpowershellSee ‘conda init --help’ for more infor原创 2022-07-24 18:29:21 · 5148 阅读 · 3 评论 -
【解决】bash: conda: command not found
linux系统报错:bash: conda: command not found原创 2022-07-24 18:13:54 · 31822 阅读 · 2 评论 -
conda常用命令行
个人比较喜欢使用Anaconda来管理环境配置,在环境配置中会经常使用conda的命令行,因此,总结一下常用到的conda命令行。原创 2022-07-24 17:31:28 · 3107 阅读 · 0 评论
分享