All rights reserved under the 3-clause BSD License:
This End User License Agreement (the "Agreement") is a legal agreement between you and Anaconda, Inc. ("Anaconda") and governs your use of Anaconda Distribution (which was formerly known as Anaconda Individual Edition).
......
Do you accept the license terms? [yes|no]
[no] >>> yes
复制代码
选择安装的路径,直接回车就利用默认路径/home/slience_me/anaconda3
Anaconda3 will now be installed into this location:
/home/slience_me/anaconda3
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
[/home/slience_me/anaconda3] >>>
PREFIX=/home/slience_me/anaconda3
Unpacking payload ...
Installing base environment...
Downloading and Extracting Packages
Downloading and Extracting Packages
Preparing transaction: done
Executing transaction: \
Installed package of scikit-learn can be accelerated using scikit-learn-intelex.
More details are available here: https://intel.github.io/scikit-learn-intelex
For example:
$ conda install scikit-learn-intelex
$ python -m sklearnex my_application.py done
installation finished.
Do you wish to update your shell profile to automatically initialize conda?
This will activate conda on startup and change the command prompt when activated.
If you'd prefer that conda's base environment not be activated on startup,
run the following command when conda is activated:
conda config --set auto_activate_base false
复制代码
是否初始化环境变量,选择yes即可
You can undo this by running `conda init --reverse $SHELL`? [yes|no]
[no] >>> yes
no change /home/slience_me/anaconda3/condabin/conda
no change /home/slience_me/anaconda3/bin/conda
no change /home/slience_me/anaconda3/bin/conda-env
no change /home/slience_me/anaconda3/bin/activate
no change /home/slience_me/anaconda3/bin/deactivate
no change /home/slience_me/anaconda3/etc/profile.d/conda.sh
no change /home/slience_me/anaconda3/etc/fish/conf.d/conda.fish
no change /home/slience_me/anaconda3/shell/condabin/Conda.psm1
no change /home/slience_me/anaconda3/shell/condabin/conda-hook.ps1
no change /home/slience_me/anaconda3/lib/python3.11/site-packages/xontrib/conda.xsh
no change /home/slience_me/anaconda3/etc/profile.d/conda.csh
modified /home/slience_me/.bashrc
==> For changes to take effect, close and re-open your current shell. <==