02. 环境搭建

2019-01-02  本文已影响0人  __深蓝__

1. 安装Anaconda环境

1.1 安装Windows版Anaconda环境

1.2 安装Linux版Anaconda环境

[neusoft@localhost ~]$ ./Anaconda3-5.3.1-Linux-x86_64.sh 
[neusoft@localhost anaconda3]$ jupyter notebook

2. 安装PyCharm开发工具

PyCharm 官方网站:https://www.jetbrains.com/pycharm/
PyCharm 官方下载地址:https://www.jetbrains.com/pycharm/download/

2.1 安装Windows版PyCharm开发工具

2.2 安装Linux版PyCharm开发工具

[neusoft@localhost ~]$ tar zxvf pycharm-professional-2018.3.1.tar.gz 
[neusoft@localhost ~]$ cd pycharm-2018.3.1/bin/
[neusoft@localhost bin]$ ./pycharm.sh 

2.3 注册PyCharm

2.4 PyCharm初始设置

2.4 配置PyCharm

2.5 配置项目


2.6 设置启动图标

$ sudo gedit /usr/share/applications/jetbrains-pycharm.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=PyCharm
Icon=/opt/pycharm-edu-3.5.1/bin/pycharm.png
Exec="/opt/pycharm-edu-3.5.1/bin/pycharm.sh" %f
Comment=The Drive to Develop
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-pycharm

2.7 配置环境变量




- end -

上一篇 下一篇

猜你喜欢

热点阅读