📌  相关文章
📜  在 linux 上安装 anaconda - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:56.229000             🧑  作者: Mango

代码示例2
For x86 systems.

   In your browser, download the Anaconda installer for Linux.
   1) RECOMMENDED: Verify data integrity with SHA-256. For more information on hashes, see What about cryptographic hash verification?

        Open a terminal and run the following:
        sha256sum /path/filename

    1) Enter the following to install Anaconda for Python 3.7:
    bash ~/Downloads/Anaconda3-2020.02-Linux-x86_64.sh

    1) OR Enter the following to install Anaconda for Python 2.7:

    bash ~/Downloads/Anaconda2-2019.10-Linux-x86_64.sh