Ubuntu 14.04 Install Pycharm 5

  1. Download the linux version of pycharm
  2. Unzip (make sure JDK is installed)
    tar -zxvf pycharm-professional-5.0.4.tar.gz
  3. Set up activation server http://idea.lanyus.com

     
  4. To add a shortcut to the desktop, put the following code in a pycharm.desktop file and copy it to the desktop:
  5. [Desktop Entry]
    Version=5.0.4
    Name=Pycharm
    GenericName = Pycharm
    Comment=Python IDE
    Type=Application
    Icon=/home/sass/Downloads/pycharm-5.0.4/bin/pycharm.png
    Exec=/home/sass/Downloads/pycharm-5.0.4/bin/pycharm.sh
    Terminal=false
    Categories=Development;
    Keywords=
    MimeType=
    X-Ubuntu-Touch=true
    X-Ubuntu-Gettext-Domain=
    X-Ubuntu-Single-Instance=true
    X-Screenshot=
    Name[zh_CN]=pycharm
    

     

  6. give permission
    chmod 777 pychram.desktop
     

Guess you like

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