安装idea2018

step1:官网下载压缩包

IDAE下载地址

step2:解压

sudo tar -zxvf ideaIU-2018.1.5\ .tar.gz -C /opt

step3:添加快捷启动方式

cd /usr/share/applications

编辑

sudo gedit idea.desktop

  1. [Desktop Entry]
  2. Encoding=UTF-8
  3. Version=1.0
  4. Name=IntelliJ IDEA
  5. GenericName=Java IDE
  6. Comment=IntelliJ IDEA is a code-centric IDE focused on developer productivity. The editor deeply understands your code and knows its way around the codebase, makes great suggestions right when you need them, and is always ready to help you shape your code.
  7. Exec=/opt/ideaIU-2018.1.5/bin/idea.sh
  8. Icon=/opt/ideaIU-2018.1.5/bin/idea.png
  9. Terminal=false
  10. Type=Application
  11. Categories=Development;IDE

step4:重启

shutdown -r now

web、python同理

猜你喜欢

转载自blog.csdn.net/Fichz/article/details/81004217