I am using PhpStorm on Linux Mint 16. I created a Hello World, but am struggling to run it. I am getting an error "PHP Interpreter is not installed. Press 'Fix' to edit your project configuration."
When I hit "Fix", I get:
Any ideas how to fix this? There are no Interpreter options.
You should install PHP. Your IDE is not responsible for that, you need to do it yourself.
See this site for instructions: http://community.linuxmint.com/tutorial/view/486
Update: Add PHP interpreter following: https://www.jetbrains.com/phpstorm/webhelp/enabling-php-support.html
PHP home could be set to /usr/bin on linux.
i did this
sudo apt-get install php5-dev
sudo apt-get install php-pear
sudo apt-get install php5-cgi
then add interpreter and php was under the /usr/bin
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With