Reputation: 1479
After installing Xampp on Ubuntu, where can I find the PHP executable to put it in the /usr/bin
folder so that I can use the PHP alias globally?
Upvotes: 3
Views: 11080
Reputation: 261
the php executable file is located
opt/lampp/bin/php
you can also find it with this command
$ whereis php
Upvotes: 6
Reputation: 1479
A simple:
whereis php
Solved the problem.
Note: The response author has deleted the comment. Thank you anyway.
Upvotes: 20