One pycharm download
Official website: https://www.jetbrains.com/pycharm/download/
There are paid and free versions of the pycharm here, and we use the free version (Community Edition) enough.
Click to download
Finished downloading the toolkit:pycharm-community-2017.1.2.tar.gz
Second Installation Kit
Decompression pycharm-community-2017.1.2.tar.gz
Go To Bin directory:
Run: $./pycharm.sh
Click OK
Click: Create New Project
Click the Creante button to enter the main interface:
Installation Complete
Three-start writing scripts
Right-click untitled,new---Python File:
after writing the script, run: Right-click---run ' xxx '
Four sets the quick Start mode of Pycharm
Run sudo gedit/usr/share/applications/pycharm.desktop
Then add it in the text that pops up:
[Desktop Entry] Type=applicationname=pycharmgenericname=pycharm3comment=pycharm3:the Python ideexec= "/home/xxxx/work_tool/Ubuntu _env_tool/pycharm-community-2017.1.2/bin/pycharm.sh "%ficon=/home/xxxx/work_tool/ubuntu_env_tool/ Pycharm-community-2017.1.2/bin/pycharm.pngterminal=pycharmcategories=pycharm;
The two paths in exec and icon need to look at our own true path to fill in
PostScript: Pycharm based on JDK
Reference: http://www.cnblogs.com/hltswd/p/5564581.html
ubuntu14.04 LTS Python IDE Dedicated editor pycharm development environment Setup