anaconda使用activate出现错误的解决方法

发布时间:2020-07-29 13:12:06 作者:清晨
来源:亿速云 阅读:652

不懂anaconda使用activate出现错误的解决方法?其实想解决这个问题也不难,下面让小编带着大家一起学习怎么去解决,希望大家阅读完这篇文章后大所收获。

Anaconda使用conda activate激活环境出错

错误如下:

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
If your shell is Bash or a Bourne variant, enable conda for the current user with
 
    $ echo ". /home/ubuntu/anaconda3/etc/profile.d/conda.sh" >> ~/.bashrc
 
or, for all users, enable conda with
 
    $ sudo ln -s /home/ubuntu/anaconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh
 
The options above will permanently enable the 'conda' command, but they do NOT
put conda's base (root) environment on PATH.  To do so, run
 
    $ conda activate
 
in your terminal, or to put the base environment on PATH permanently, run
 
    $ echo "conda activate" >> ~/.bashrc
 
Previous to conda 4.4, the recommended way to activate conda was to modify PATH in
your ~/.bashrc file.  You should manually remove the line that looks like
 
    export PATH="/home/ubuntu/anaconda3/bin:$PATH"
 
^^^ The above line should NO LONGER be in your ~/.bashrc file! ^^^

这是由于conda的激活命令出了问题,解决方法如下:

# 激活环境
source activate
# 退出环境
source deactivate

随后解决问题。

可以进行激活环境了:

conda activate your-env-name

感谢你能够认真阅读完这篇文章,希望小编分享anaconda使用activate出现错误的解决方法内容对大家有帮助,同时也希望大家多多支持亿速云,关注亿速云行业资讯频道,遇到问题就找亿速云,详细的解决方法等着你来学习!

推荐阅读:
  1. pycharm出现nsis错误的解决方法
  2. anaconda执行pip命令出现错误怎么办

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

anaconda activate

上一篇:Centos7在vim下分屏的方法

下一篇:45.C#--File类的简单使用

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》