Python 与 Pycharm 的配置安装

一/ python安装

1.官网 https://www.python.org下载 Download Windows x86-64 executable installer

 Python 与 Pycharm 的配置安装_第1张图片

 

Python 与 Pycharm 的配置安装_第2张图片

2.安装python(Install Now是默认安装,Coustomize installation是自定义安装)

   1)选择自定义安装,并勾选 Add Python 3.8 to PATH 选项

Python 与 Pycharm 的配置安装_第3张图片

Python 与 Pycharm 的配置安装_第4张图片

  2)勾选

Python 与 Pycharm 的配置安装_第5张图片

Python 与 Pycharm 的配置安装_第6张图片

3)安装成功

Python 与 Pycharm 的配置安装_第7张图片

二/ pycharm 安装

1.官网https://www.jetbrains.com/pycharm/download/#section=windows下载专业版 Professional

Python 与 Pycharm 的配置安装_第8张图片

Python 与 Pycharm 的配置安装_第9张图片

2.安装

Python 与 Pycharm 的配置安装_第10张图片

  1)设置自定义安装路径

Python 与 Pycharm 的配置安装_第11张图片

  2)勾选 64-bit launcher 和 .py 选项

Python 与 Pycharm 的配置安装_第12张图片

Create Desktop Shortcut(创建桌面快捷方式):系统类型:我的电脑-> 右键->属性

Update Path Variable(restart needed)(更新路径变量(需要重新启动)):add launchers dir to the path(将启动器目录添加到路径中)。

Update Context Menu(更新上下文菜单):add open folder as project(添加打开文件夹作为项目)。

Create Associations (创建关联):关联.py文件。

Python 与 Pycharm 的配置安装_第13张图片

Python 与 Pycharm 的配置安装_第14张图片

3)安装成功

Python 与 Pycharm 的配置安装_第15张图片

三/pycharm

参考大神文档  :  https://www.hxun.net/archives/114.html 

1.下载参考文件 jetbrains-agent.jar

Python 与 Pycharm 的配置安装_第16张图片

2.将 jetbrains-agent.jar 粘贴到 pycharm 的 lib 文件夹和 bin 文件夹下

3.启动pycharm

Python 与 Pycharm 的配置安装_第17张图片

Python 与 Pycharm 的配置安装_第18张图片

  1)选择默认模式或日间模式

Python 与 Pycharm 的配置安装_第19张图片

  2)点击 Skip Remaining and Set Defaults

Python 与 Pycharm 的配置安装_第20张图片

  3)选择 Evaluate for free 后点击Evaluate

Python 与 Pycharm 的配置安装_第21张图片

  4)选定JB Account 后点击Exit 退出软件

Python 与 Pycharm 的配置安装_第22张图片

4.再次打开后弹出如下 。

勾选 I can't access the internet 并点击Install jetbrains-agent for Python

Python 与 Pycharm 的配置安装_第23张图片

  1)成功。点击确定

Python 与 Pycharm 的配置安装_第24张图片

  2)创建一个新项目

Python 与 Pycharm 的配置安装_第25张图片

  3)设置 Location 项目地址 并选定 Existing interpreter 点击 Interpreter 后的省略号

Python 与 Pycharm 的配置安装_第26张图片

  4)点击Interpreter后的省略号

       找到python的启动文件(!!注意!!是python的exe文件)后点击 OK 

Python 与 Pycharm 的配置安装_第27张图片

Python 与 Pycharm 的配置安装_第28张图片

  5)点击 Create 这就创建了一个项目

Python 与 Pycharm 的配置安装_第29张图片

Python 与 Pycharm 的配置安装_第30张图片

5.查看是否成功

 1)Help -> About

Python 与 Pycharm 的配置安装_第31张图片

2)如下图在 Licensed to 后面现实用户名 则表示已经激活完成

Python 与 Pycharm 的配置安装_第32张图片

 

 

 

 

你可能感兴趣的:(环境搭建,Python)