Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行一个命令,该命令使用安装了 MAMP 的 PEAR 下载一些软件。
这是我在终端中运行的命令:
pear channel-discover pear.phpdoc.org
终端响应:
-bash:梨:找不到命令
有人可以建议如何访问预装 MAMP 的 PEAR 吗?
我的 Mac 上 MAMP 的路径是 /Applications/MAMP/
我不使用 mamp 但我想你可以在这里找到梨:
/Applications/MAMP/bin/php5.3/bin/pear
您可以简单地添加一些别名以使其更短,例如
alias mamppear="/Applications/MAMP/bin/php5.3/bin/pear"