Pycharm2019.2 installation operation

1. Download pycharm2019.2 version

http://www.jetbrains.com/pycharm/download/#section=windows
official website to download pycharm2019.2 (temporarily not try to 2019.3 version)
Here Insert Picture Description

2. Download the patch file

Links: https://pan.baidu.com/s/1dPjPWxZIurVOCE17mT2tCg
extraction code: ta9w
Here Insert Picture Description

3, the patch files into pycharm installation directory \ under bin:

比如:C:\Program Files\JetBrains\PyCharm 2019.2\bin\jetbrains-agent.jar

4, start Pycharm, modify the configuration file

  • If Pycharm has expired, then the start screen will prompt you to either register or enter the activation code, or enter the address of the activation server. We chose Evaluate for free.

After entering pycharm, select the Help button at the top menu bar and select close to the following Edit Custom VM Options. In the open file at the bottom added:

-javaagent: C: \ Program Files \ JetBrains \ PyCharm 2019.2 \ bin \ jetbrains-agent.jar
Here Insert Picture Description
Here Insert Picture Description
then close Pycharm.

  • If Pycharm not expired, then directly select Help, do not click on the Evaluate for free.

5, Pycharm start again, adding activation code

After this start, it will go directly to the page. We need to click on the Help menu again, and then select the following Register.

Registration box will pop up, prompting you to either register or enter the activation code, or enter the address of the activation server, then we choose Activation code.
Here Insert Picture Description
Here Insert Picture Description
Txt inside the code input into the box:

Appears in the lower right corner of Pycharm:
Here Insert Picture Description
the OK!

6. Verify

Click Help, select About, will display the information.

Published 146 original articles · won praise 66 · views 50000 +

Guess you like

Origin blog.csdn.net/qq_38923792/article/details/103400844