开发者

Pear is not recognized as internal or external? issue

开发者 https://www.devze.com 2023-04-06 19:11 出处:网络
I have installed pear but when run from my command prompt i get \"pear is not recog开发者_JAVA技巧nized as internal or external command\" . can anyone tell me how to fix this issue? ThanksYou need to

I have installed pear but when run from my command prompt i get "pear is not recog开发者_JAVA技巧nized as internal or external command" . can anyone tell me how to fix this issue? Thanks


You need to add the pear bin directory to your $PATH variable. For windows: http://pear.php.net/manual/en/installation.getting.php


One after I am having the same issue. But this is what I did:

  1. Create a folder called PEAR in C:\wamp\bin\php\php5.3.8
  2. Downloaded latest go-pear.phar from http://pear.php.net/go-pear.phar to the above folder
  3. cd to the PEAR then Ran command php go-pear.phar
0

精彩评论

暂无评论...
验证码 换一张
取 消