栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

在jupyter notebook 终端激活 conda 环境错误解决方法

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

在jupyter notebook 终端激活 conda 环境错误解决方法

打开了 jupyter notebook 终端后,终端页面如下

bash-3.2$

输入:

bash-3.2$ conda activate python3.7

出现以下错误:

bash-3.2$ conda activate python3.7

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

    $ conda init 

Currently supported shells are:
  - bash
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

importANT: You may need to close and restart your shell after running 'conda init'.

解决办法:

需要首先激活 conda ,才能进入 conda 环境

第一步,输入

source activate

注意  直接输入 conda 也是激活不了的

第二步

conda activate python3.7

其中Python3.7 是我自创建的一个 conda env。

以上

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/357403.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号