Anaconda安装配置、DataSpell安装使用教程

一、Anaconda介绍及下载

Anaconda官网
双击下载

二、安装Anaconda

win10用户,建议使用管理员身份安装。即鼠标右键点击图标,以管理员身份运行。


三、Anaconda环境变量配置

打开终端,【按下窗口键,输入cmd,回车即可】,再窗口中,输入conda,出现以下信息,表示安装成功。

四、DataSpell下载及使用

DataSpell安装教程
官网地址:https://www.jetbrains/dataspell/download/
双击下载

下载后 双击下载程序下一步即可

五、JetBrains历史版本下载

JetBrains是一家捷克的软件开发公司,开发了一大批好用IDE,比如:JAVA用的IDEA,PHP用的PhpStorm,Python用的PyCharm,前端开发用的WebStorm等等。Android Studio也是谷歌基于IntelliJ IDEA定制的,友好的界面,智能的代码提示,丰富的插件使得JetBrains开发的IDE成为程序员的最爱,由于某些原因,很多时候我们需要时以前的版本。
常用链接
IntelliJ IDEA

https://www.jetbrains.com/idea/download/previous.html
https://www.jetbrains.com/idea/download/other.html

PyCharm

https://www.jetbrains.com/pycharm/download/previous.html
https://www.jetbrains.com/pycharm/download/other.html

GoLand

https://www.jetbrains.com/go/download/previous.html
https://www.jetbrains.com/go/download/other.html

WebStorm

https://www.jetbrains.com/webstorm/download/previous.html
https://www.jetbrains.com/webstorm/download/other.html

DataGrip

https://www.jetbrains.com/datagrip/download/previous.html
https://www.jetbrains.com/datagrip/download/other.html

RubyMine

https://www.jetbrains.com/ruby/download/previous.html
https://www.jetbrains.com/ruby/download/other.html

PhpStorm

https://www.jetbrains.com/phpstorm/download/previous.html
https://www.jetbrains.com/phpstorm/download/other.html

Rider

https://www.jetbrains.com/rider/download/previous.html
https://www.jetbrains.com/rider/download/other.html

AppCode

https://www.jetbrains.com/objc/download/previous.html
https://www.jetbrains.com/objc/download/other.html

ReSharper

https://www.jetbrains.com/resharper/download/previous.html
https://www.jetbrains.com/resharper/download/other.html

CLion

https://www.jetbrains.com/clion/download/previous.html
https://www.jetbrains.com/clion/download/other.html

更多推荐

Anaconda安装配置、DataSpell安装使用教程