如何安装 Anaconda 以使我已有的路径之间没有冲突?

时间:2021-06-15 02:28:03

标签: installation anaconda conda ubuntu-18.04 anaconda3

我已经下载了Anaconda并运行安装如下:

Do you wish the installer to initialize Anaconda3
by running conda init? [yes|no]
[no] >>> no

You have chosen to not have conda modify your shell scripts at all.
To activate conda's base environment in your current shell session:

eval "$(/home/paul/Documents/Work/programs/anaconda3/bin/conda shell.YOUR_SHELL_NAME hook)" 

To install conda's shell functions for easier access, first activate, then:

conda init

If you'd prefer that conda's base environment not be activated on startup, 
   set the auto_activate_base parameter to false: 

conda config --set auto_activate_base false

我的想法是 conda 可以在我想要的任何时候在特殊环境中启动和运行。下一步是什么?

一切顺利,

0 个答案:

没有答案
相关问题