Installing Miniconda | Anaconda on Linux

* [Installing on Linux — conda 23.11.1.dev27 documentation](https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html)
* [Installing Miniconda — miniconda documentation](https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html)
* [Installing on Linux — conda 23.11.1.dev27 documentation](https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html)
* [How to Install Miniconda on Ubuntu 22.04 | Vultr Docs](https://docs.vultr.com/how-to-install-miniconda-on-ubuntu-22-04)
* [Installing Miniconda — miniconda documentation](https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html)
* [Miniconda hash information — miniconda documentation](https://docs.conda.io/projects/miniconda/en/latest/miniconda-hashes.html)
* [Miniconda — miniconda documentation](https://docs.conda.io/projects/miniconda/en/latest/)
* [Free Download | Anaconda](https://www.anaconda.com/download/)
* [Free Download | Anaconda](https://www.anaconda.com/download#downloads)

 

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

You can undo this by running `conda init --reverse $SHELL`? [yes|no]
[no] >>> conda config --set auto_activate_base true

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 "$(/opt/miniconda3/bin/conda shell.YOUR_SHELL_NAME hook)"

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

conda init

Thank you for installing Miniconda3!

/opt/miniconda3/bin$ eval "$(/opt/miniconda3/bin/conda shell.bash hook)"

 

posted @ 2023-12-19 17:20  任国强  阅读(63)  评论(0编辑  收藏  举报