Loading

~/.bashrc和/etc/profile的区别,如何将conda加进环境变量

  1. 使用su -会执行etc/profile,而不会执行~/.bashrc.
  2. 直接终端登录,会执行~/.bashrc。

如何解决conda安装了,却找不到的现象

For bash use:

$ cd YOUR_PATH_ANACONDA/bin
$ ./conda init bash
That will automatically edit your .bashrc.

Reload:
$ source ~/.bashrc

posted @ 2022-12-02 19:09  Guang'Jun  阅读(66)  评论(0编辑  收藏  举报