Changes between Version 2 and Version 3 of Ticket #35291, comment 26


Ignore:
Timestamp:
Oct 18, 2012, 8:37:31 PM (12 years ago)
Author:
z.aliakseyeu@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35291, comment 26

    v2 v3  
    66}}}
    77
    8 then i have uninstall it, because it need to be in /opt/local/bin/phpunit
    9 so
     8then i have uninstall it, because it need to be in /opt/local/bin/phpunit.
    109{{{
    1110$ sudo pear uninstall phpunit/PHPUnit
     
    2019$ which pear
    2120}}}
    22 if it outputs /usr/local/bin/pear or something which not equals /opt/local/bin/pear, then it wrong too
     21if it outputs
     22{{{
     23/usr/local/bin/pear
     24}}}
     25or something which not equals
     26{{{
     27/opt/local/bin/pear
     28}}} , then it wrong too
    2329{{{
    2430$ sudo pear uninstall pear
    2531$ which pear
    2632}}}
    27 if its still outputs old path, then, how you guess
     33if its still outputs old path, then, how you may guess
    2834{{{
    2935$ sudo rm /usr/local/bin/pear
    3036}}}
    31 after that my which pear shows /opt/local/bin/pear (right path).
     37after that my
     38{{{
     39which pear
     40}}} shows
     41{{{
     42/opt/local/bin/pear
     43}}} (right path).
    3244
    3345If you don't have anything in output for which pear, so you need to install pear via macports.
    3446
    35 Then i just do such actions
     47Then i just have done such actions
    3648{{{
    3749$ sudo pear channel-discover pear.phpunit.de
    3850$ sudo pear install pear.phpunit.de/PHPUnit
    3951}}}
    40 then add to /opt/local/etc/php54/php.ini
     52then add to
     53{{{
     54/opt/local/etc/php54/php.ini
     55}}}
    4156{{{
    4257include_path = ".:/opt/local/lib/php54/pear/:/opt/local/lib/php54/pear/share/pear/"