简体   繁体   English

如何在 Ubuntu 16.x 中通过 ubuntu 终端打开 phpstorm?

[英]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:按 Enter 并键入:

./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" .然后PHPStorm将打开并转到左侧的启动器,您可以在那里找到PHPStorm图标并右键单击它,选择选项“锁定到启动器”。 FYI : First install PHPStorm through terminal.仅供参考:首先通过终端安装 PHPStorm。

$/your phpstorm path/bin/phpstorm.sh

例子

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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