pycharm mac

JetBrains currently offers the official website of the latest version, pycharm-professional-2019.1.2.dmg
free to go to the official website to download, you can use the resources Baidu network disk.

pycharm-professional-2019.1.2.dmg
链接:https://pan.baidu.com/s/1hx5zPF2xqqDvVxpRlezIYw
密码:mpzo

Download will jar kits

jetbrains-agent.jar
链接: https://pan.baidu.com/s/1derm0UOZ9lQcGLsie1eOAA
提取码: 3vhe

After all the download is complete, first on PyCharm installation, then Trial Trial mode is turned on, and free to create a project.

Download jar package jetbrains-agent.jar PyCharm mounted to move bin directory / folder, the purpose is to save, not be mistakenly deleted.

In the first step has been opened PyCharm, and the establishment of a project, now execute the menu "Help" -> "Edit Custom VM Options ...", add at the end of a row after opening the file parameters, point to the absolute address a jar.

The point here is that you own the absolute address system, pay attention to see if accurate (although Mac system is basically the same).

-javaagent:/Applications/PyCharm.app/Contents/bin/jetbrains-agent.jar

After the addition remember to save and exit the restart PyCharm.

After the reboot is complete, execute the menu "Help" -> "Register", select "License server" mode, the default will automatically fill "License server address:" text box, if not automatically filled, you can manually enter a value of "http: // jetbrains-license-server ", then click on" Activate "to complete.

When finished, you can execute the menu "PyCharm" -> "About PyCharm" to view the situation.

Published 105 original articles · won praise 58 · views 410 000 +

Guess you like

Origin blog.csdn.net/ljl890705/article/details/103876307