Pycharm Linux version shortcut creation

Source: Internet
Author: User

Pycharm_linux Install and shortcut creation ******************
1. After downloading the installation package, unzip:
TAR-XFZ Zip Package name Note: The installation package suffix is now named tar.gz
2. Move the extracted folders to the installation directory you want:
Generally installed under the/opt/directory
sudo cp/File location path/folder name/destination directory/
3. The destination directory is your installation directory:
CD/Destination directory location path/Fetch folder name/bin
Sh./pycharm.sh
Note: If you jump out of the installation configuration interface, the installation is successful



Shortcut ******************************
Startup mode (no shortcuts):
1. Enter the installation catalogue method
Cd/opt/pycharm-2017.1.1/bin
Sh./pycharm.sh
Note: the. sh file is equivalent to the Windows. exe file


2. Terminal arbitrary directory Start method:
sudo ln-n/opt/pycharm-2017.1.1/bin/pycharm.sh/usr/bin/pycharm

Note: This method creates a link in/usr/bin so that it can be called directly from the terminal. Enter Pycharm when using


3. Shortcut creation:
To create a desktop shortcut document:
sudo vim/usr/share/applications/pycharm.desktop


Enter the following content:
[Desktop Entry]
Type=application
Name=pycharm
Genericname=pycharm3
Comment=pycharm3:the Python IDE
EXEC=SH/OPT/PYCHARM-2017.1.1/BIN/PYCHARM.SH Note: This is the path where pycharm.sh is located
Icon=/opt/pycharm-2017.1.1/bin/pycharm.png Note: Here is the path of the pycharm.png picture
Terminal=pycharm
Categories=pycharm;


Go to/usr/share/applications/and copy pycharm.desktop to desktop
sudo cp/usr/share/applications/pycharm.desktop/home/wasua/desktop
Note: At this point the desktop Pycharm.desktop double-click to open the Pycharm, in the launch bar can also find Pycharm

# # #新手小白, please correct me.

Pycharm Linux version shortcut creation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.