【发布时间】:2019-12-25 12:20:34
【问题描述】:
有人建议我 conda 创建一个安装 tensorflow 的新环境
第一个问题,一般来说:
为什么环境存在于 conda 或 Python 中? (为什么)最好在新环境中安装新库?
在实践中:
安装 conda shell 后,$conda activate test 将激活 test 环境。这是否意味着除非我在 conda shell 中激活test,否则我无法访问 Spyder 中的库?我需要重新启动 python shell 才能看到 lib 吗?我无法访问 lib (no module named tensorflow),我认为它与 python 找不到路径有关。
【问题讨论】:
标签: python machine-learning anaconda installation conda