python - 在 MacOS(Apple/Mac)上安装 Conda 的最佳方法是什么?

标签 python macos installation conda

在 Mac 上安装 Anaconda 的推荐方法是什么?

我尝试使用brew cask install anaconda
一段时间后返回anaconda was successfullyinstalled!

之后 - 尝试 conda 命令返回 command not find: conda

是否需要完成任何后期安装步骤?
在 MacOS 上安装 Conda 的推荐方法是什么?

最佳答案

  • brew 安装 anaconda
  • 导出 PATH="/usr/local/anaconda3/bin:$PATH"

关于python - 在 MacOS(Apple/Mac)上安装 Conda 的最佳方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49118277/

相关文章:

Python XML 解析器 : junk after document element

swift - 核心数据在不包含其堆栈的情况下工作

python - 我怎样才能让计算机读取python文件而不是py?

java - Eclipse:无法加载JNI共享库 "C:\Windows\system32\..\jre\bin\client\jvm.dll"

python - Amazon + Django 每12小时出现[Errno 5] Input/output error

python - 文件下载和目录访问 Python(web.py) + HTML

python - sklearn 分类器 - 最大化 auc 的 Predict_proba 阈值

macos - 如何强制 Git 使用封闭文件夹的所有者和权限?

macos - "minikube start"在 Mac 上失败

python - "in the root directory of the source tree"是什么意思?