简体   繁体   中英

How to open phpstorm through ubuntu terminal in Ubuntu 16.x?

创建启动器文件以在 Ubuntu 中打开 PhpStorm 的步骤是什么?

I found the solution. Type in your terminal:

cd /var/www/MYPHPSTORMFOLDER/PhpStorm-162.2380.11/bin

Press Enter and type:

./phpstorm.sh

Then PHPStorm will open and go to the Launcher in left side, you can find PHPStorm icon there and just right click on that, select the option "Lock to Launcher" . FYI : First install PHPStorm through terminal.

$/your phpstorm path/bin/phpstorm.sh

例子

$/opt/PhpStorm-193.6494.47/bin/phpstorm.sh

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM