In my recent web application development, I need PHPUnit to run in my Macbook Pro Mac OS Lion X Lion. In my previous post I installed PHPUnit using PHP pear on XAMPP.
Now I need to run it without evoking all the the path to the XAMPP bin files located at /Applications/XAMPP/xamppfiles/bin
First: Open /etc/path files with terminal:
$ sudo vim /etc/path
Second: Add /Applications/XAMPP/xamppfiles/bin to the bottom of the file. In my Mac, it look like this:
/usr/bin
/bin
/usr/sbin
/sbin
/usr/local/bin
/Applications/XAMPP/xamppfiles/bin
~
That's All
0 komentar:
Posting Komentar