user3192019
user3192019

Reputation: 21

how to locate the php interpreter for netbeans

I could not know how to locate the netbeans interpreter, I have installed the xampp on linux Ubuntu and now i am trying to select the interpreter in netbeans but I could not know which file to select, in which folder can I find the php to be selected for the interpreter?

Upvotes: 2

Views: 3980

Answers (1)

Baron Leonardo
Baron Leonardo

Reputation: 339

First you must install php:

sudo apt-get install php

then you just put this to the path of interpreter:

/usr/bin/php

Upvotes: 2

Related Questions