Ubuntu installation PyCharm tutorial and registration code

(1) Log in to the official website and download the installation package
https://www.jetbrains.com/pycharm/download/#section=linux to download the linux version of pycharm

(2) command to open the file under the cd download

(3) unzip the tar xfz pycharm -professional-2016.3.2.tar.gz (corresponding version)

(4) Open the bin directory of the decompressed file and cd pycharm-community-3.4.1/bin/

(5) Run ./pycharm.sh

{1} registration code Address http://www.360kb.com/kb/17_24.html

{2} Set the shortcut startup method of Pycharm under

Ubuntu The shortcuts of Ubuntu are placed in /usr/share/applications, first create a Pycharm in this directory. desktop

$ sudo gedit /usr/share/applications/Pycharm.desktop
Then enter the following, note that Exec and Icon need to find the correct path

Copy code
[Desktop Entry]
Type=Application
Name=Pycharm
GenericName=Pycharm3
Comment=Pycharm3:The Python IDE
Exec="/XXX/pycharm-community-3.4.1/bin/pycharm.sh" %f
Icon=/XXX/pycharm-community-3.4.1/bin/pycharm.png
Terminal=pycharm
Categories=Pycharm;
copy code

found pycharm and then double-click to open it, and then lock it to the launcher.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326889416&siteId=291194637