Share a permanent use method of pycharm professional version

When I first started to contact Python, the first thing to solve is the construction of the Python development environment.

The current Python development tool that is relatively easy to use is PyCharm, which has two versions: community office and professional version, but the community version has limited support. Since we want to learn python well, we must use professional ones.

But his professional version can only be tried for one month, or it is $ ,

How could being a member of the Ape Army allow their little tricks to stop us from moving forward? So under the guidance of Du Niang, I realized the permanent use of PyCharm step by step (although it is until 2099, but it is enough, Xiaopang should be able to retire early...)

Then I will tell you how to operate

Install

  1. Install pycharm2019.2 Professional Edition

Sao operation

  1. Start your IDE, if you come up, you need to register, select: Evaluate for free to enter the IDE

  2. Click on the IDE menu you want to register: "Configure" or "Help" -> "Edit Custom VM Options ..." If prompted whether to create a file, click "Yes|Yes".

insert image description here

  1. Add: "-javaagent:/absolute/path/to/jetbrains-agent.jar" at the end of the opened vmoptions editing window

    Be sure to confirm the path yourself, filling in the wrong one will cause the IDE to fail to open! ! ! It is better to use absolute paths.

    Example:

    • mac: -javaagent:/Users/neo/jetbrains-agent.jar
    • linux: -javaagent:/home/neo/jetbrains-agent.jar
    • windows: -javaagent:C:\Users\neo\jetbrains-agent.jar

insert image description here

  1. restart your IDE

  2. 点击IDE菜单 "Help" -> "Register..." 或 "Configure" -> "Manage License..."

    Select Activation code to activate offline

jetbrains-agent.jar 包 和 Activation code

The public account " Python Column " replies to "pycharm" in the background to get the latest jetbrains-agent.jar package and Code

{{o.name}}
{{m.name}}

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324102992&siteId=291194637