Pear is not recognized as internal or external? issue
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:
- Create a folder called PEAR in
C:\wamp\bin\php\php5.3.8
- Downloaded latest go-pear.phar from http://pear.php.net/go-pear.phar to the above folder
- cd to the PEAR then Ran command
php go-pear.phar
精彩评论