IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> Python知识库 -> Python的集成开发环境Anaconda安装流程 -> 正文阅读

[Python知识库]Python的集成开发环境Anaconda安装流程

自己的公众号“信息数据基础”的,搬运过来
2019

第一步:下载软件(以Windows系统为例)

下面的安装流程主要来自官方文档(部分为英文)

第一步:下载软件(以Windows系统为例)
官方网站: https://www.anaconda.com/download/#windows
(国内较慢)
推荐使用清华大学的软件源:
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
在这里插入图片描述

第二步:安装软件

(参考资料: http://docs.anaconda.com/anaconda/install/windows/)

  1. Double click theinstaller to launch.(双击安装)

  2. Click Next(点击下一步).

  3. Read thelicensing terms and click “I Agree”.(同意协议)

  4. Select aninstall for “Just Me” unless you’re installing for all users (which requiresWindows Administrator privileges) and click Next. (点击下一步)

  5. Select adestination folder to install Anaconda and click the Next button. See FAQ. (点击下一步)

NOTE: Install Anaconda to a directory path that does not contain spaces or unicode characters.(特别注意:安装的路径中不能有空格或中文,建议默认路径即可)

NOTE: Do not install as Administrator unless admin privileges arerequired.
在这里插入图片描述
6. Choose whetherto add Anaconda to your PATH environment variable. We recommend not addingAnaconda to the PATH environment variable, since this can interfere with othersoftware. Instead, use Anaconda software by opening Anaconda Navigator or theAnaconda Prompt from the Start Menu.(把Python设置到PATH路径,这很重要,它会给你提供很多方便,下图中的第一个方框要选上)
强调,下图第一个框勾上√,否则需要通过配置环境变量解决
在这里插入图片描述

  1. Choose whetherto register Anaconda as your default Python. Unless you plan on installing andrunning multiple versions of Anaconda, or multiple versions of Python, acceptthe default and leave this box checked.(让Anaconda中的Python成为默认编译器,上图中的第二个按钮选上)
  2. Click theInstall button. If you want to watch the packages Anaconda is installing, clickShow Details.(点击下一步)
  3. Click the Nextbutton. (点击下一步)
    10.Optional: To install VS Code, click the Install Microsoft VS Code button. After the install completesclick the Next button.
    在这里插入图片描述
    Or to install Anaconda without VS Code, click the Skip button.
    NOTE: Installing VSCode with the Anaconda installer requires an internet connection.Offline users may be able to find an offline VS Code installer from Microsoft.

11.After a successful installation you will see the “Thanks for installingAnaconda” dialog box:(安装成功)
在这里插入图片描述
12.If you wish to read more about Anaconda Cloud and how to get started withAnaconda, check the boxes “Learn more about Anaconda Cloud” and “Learn how toget started with Anaconda”. Click the Finish button.(点击结束按钮)

第三步:在conda平台安装其他软件包

在Windows系统中,在“开始”–>”命令框”中输入cmd,打开终端。
在这里插入图片描述

第四步:更新软件下载渠道

Anaconda的官方渠道,对中国用户来说下载较慢,建议使用清华的软件源。

在cmd终端,分别输入如下三行命令:

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/

conda config --set show_channel_urls yes

第五步:下载必要的软件包

在命令行分别输入安装命令,或者在windows开始菜单图标 右键,点击Windows Powershell(管理员)
在这里插入图片描述
在如下界面用pip install、conda install等命令安装所需要的软件包。
在这里插入图片描述
例如,开源机器学习库scikit-learn
conda install scikit-learn

安装过程中,输入y,表示同意安装,或者直接点击回车。
在这里插入图片描述
安装TensorFlow (深度学习库)

conda install tensorflow

安装Keras(深度学习库,高层API)

conda install keras

  Python知识库 最新文章
Python中String模块
【Python】 14-CVS文件操作
python的panda库读写文件
使用Nordic的nrf52840实现蓝牙DFU过程
【Python学习记录】numpy数组用法整理
Python学习笔记
python字符串和列表
python如何从txt文件中解析出有效的数据
Python编程从入门到实践自学/3.1-3.2
python变量
上一篇文章      下一篇文章      查看所有文章
加:2021-10-02 14:37:41  更:2021-10-02 14:39:06 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/15 17:00:11-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码