anaconda安装教程

在这里插入图片描述

一、anaconda安装包的下载

  • 1.打开浏览器输入anaconda镜像
    在这里插入图片描述

  • 2.打开anaconda安装包列表
    在这里插入图片描述

  • 3.anaconda版本对应的python版本

Release datecondapython2.7python3.4python3.5python3.6python3.7python3.8
2015-02-253.4.3
2015-05-232.7.10
2015-09-133.5.0
2015-12-052.7.11
2015-12-073.5.1
2015-12-213.4.4
2016-03-29conda 4.0.5Anaconda2-4.0.0 (python 2.7.11)Anaconda3-4.0.0 (python 3.5.1)
2016-06-28conda 4.1.4Anaconda2-4.1.0 (python 2.7.11)Anaconda3-4.1.0 (python 3.5.1)
2016-06-252.7.12
2016-06-273.4.53.5.2
2016-07-08conda 4.1.6Anaconda2-4.1.1 (python 2.7.12)Anaconda3-4.1.1 (python 3.5.2)
2016-09-28conda 4.2.9Anaconda2-4.2.0 (python 2.7.12)Anaconda3-4.2.0 (python 3.5.2)
2016-12-172.7.13
2016-12-233.6.0
2017-01-173.4.63.5.3
2017-01-31conda 4.3.8Anaconda2-4.3.0 (python 2.7.13)Anaconda3-4.3.0 (python 3.6.0)
2017-03-10conda 4.3.14Anaconda2-4.3.1 (python 2.7.13)Anaconda3-4.3.1 (python 3.6.0)
2017-03-213.6.1
2017-05-31conda 4.3.21Anaconda2-4.4.0 (python 2.7.13)Anaconda3-4.4.0 (python 3.6.1)
2017-07-173.6.2
2017-08-083.5.4
2017-08-093.4.7
2017-09-26conda 4.3.27Anaconda2-5.0.0 (python 2.7.13)Anaconda3-5.0.0 (python 3.6.2)
2017-09-162.7.14
2017-10-033.6.3
2017-10-25conda 4.3.30Anaconda2-5.0.1 (python 2.7.14)Anaconda3-5.0.1 (python 3.6.3)
2017-12-193.6.4
2018-02-053.4.83.5.5
2018-02-15conda 4.4.10Anaconda2-5.1.0 (python 2.7.14)Anaconda3-5.1.0 (python 3.6.4)
2018-03-283.6.5
2018-05-012.7.15
2018-05-30conda 4.5.4Anaconda2-5.2.0 (python 2.7.15)Anaconda3-5.2.0 (python 3.6.5)
2018-06-273.6.63.7.0
2018-08-023.4.93.5.6
2018-09-28conda 4.5.11Anaconda2-5.3.0 (python 2.7.15)Anaconda3-5.3.0 (python 3.7.0)
2018-10-203.6.73.7.1
2018-12-21conda 4.5.12Anaconda2-2018.12 (python 2.7.15)Anaconda3-2018.12 (python 3.7.1)
2018-12-243.6.83.7.2
2019-03-042.7.16
2019-03-183.4.103.5.7
2019-03-253.7.3
2019-04-04conda 4.6.11Anaconda2-2019.03 (python 2.7.16)Anaconda3-2019.03 (python 3.7.3)
2019-07-023.6.9
2019-07-083.7.4
2019-07-24conda 4.7.10Anaconda2-2019.07 (python 2.7.16)Anaconda3-2019.07 (python 3.7.3)
2019-10-143.8.0
2019-10-153.7.5
2019-10-192.7.17
2019-10-293.5.8
2019-11-023.5.9
  • 4.选择一个版本进行下载
    在这里插入图片描述

二、anaconda安装过程

  • 1.右击,以管理员方式运行
    在这里插入图片描述

  • 2.next
    在这里插入图片描述

  • 3.I Agree
    在这里插入图片描述

  • 4.next
    在这里插入图片描述

  • 5.选择路径,next
    在这里插入图片描述

  • 6.两个勾选,install
    在这里插入图片描述

  • 7.安装有点长,等待一下
    在这里插入图片描述

  • 8.next
    在这里插入图片描述

  • 9.skip,不安装VScode,否则点击Install Microsoft VSCode
    在这里插入图片描述

  • 10.点击finish,安装完成
    在这里插入图片描述

三、验证anaconda安装是否成功

  • 1.打开cmd,输入conda
    在这里插入图片描述
    在这里插入图片描述
    -出现如下代码所示,则安装成功说明安装成功
C:\WINDOWS\system32>conda
usage: conda [-h] [-V] command ...

conda is a tool for managing and deploying applications, environments and packages.

Options:

positional arguments:
  command
    clean        Remove unused packages and caches.
    config       Modify configuration values in .condarc. This is modeled
                 after the git config command. Writes to the user .condarc
                 file (C:\Users\谢运新BLACKPINK\.condarc) by default.
    create       Create a new conda environment from a list of specified
                 packages.
    help         Displays a list of available conda commands and their help
                 strings.
    info         Display information about current conda install.
    install      Installs a list of packages into a specified conda
                 environment.
    list         List linked packages in a conda environment.
    package      Low-level conda package utility. (EXPERIMENTAL)
    remove       Remove a list of packages from a specified conda environment.
    uninstall    Alias for conda remove. See conda remove --help.
    search       Search for packages and display associated information. The
                 input is a MatchSpec, a query language for conda packages.
                 See examples below.
    update       Updates conda packages to the latest compatible version. This
                 command accepts a list of package names and updates them to
                 the latest versions that are compatible with all other
                 packages in the environment. Conda attempts to install the
                 newest versions of the requested packages. To accomplish
                 this, it may update some packages that are already installed,
                 or install additional packages. To prevent existing packages
                 from updating, use the --no-update-deps option. This may
                 force conda to install older versions of the requested
                 packages, and it does not prevent additional dependency
                 packages from being installed. If you wish to skip dependency
                 checking altogether, use the '--force' option. This may
                 result in an environment with incompatible packages, so this
                 option must be used with great caution.
    upgrade      Alias for conda update. See conda update --help.

optional arguments:
  -h, --help     Show this help message and exit.
  -V, --version  Show the conda version number and exit.

conda commands available from other packages:
  build
  convert
  develop
  env
  index
  inspect
  metapackage
  render
  server
  skeleton

在这里插入图片描述

anaconda安装教程到这里结束了,希望本文对你安装anaconda能有所帮助。

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐