Mac-homebrew/php/php56-redis Josegonzalez/php/php56-redis?

Source: Internet
Author: User
Tags install homebrew
Ask your Mac Pro tips
$ Brew Install Php56-redis
Error:formulae found in multiple taps:
* Homebrew/php/php56-redis
* Josegonzalez/php/php56-redis

fully-qualified name e.g. Homebrew/php/php56-redis to refer the formula.
What does that mean? What do you mean, homebrew/php and josegonzalez/php two different things? Don't understand, the first time with a Mac.

Reply content:

Ask your Mac Pro tips
$ Brew Install Php56-redis
Error:formulae found in multiple taps:
* Homebrew/php/php56-redis
* Josegonzalez/php/php56-redis

fully-qualified name e.g. Homebrew/php/php56-redis to refer the formula.
What does that mean? What do you mean, homebrew/php and josegonzalez/php two different things? Don't understand, the first time with a Mac.

You need tap first.

bashbrew tap homebrew/phpbrew install php56-redis

Of course, actually really want to run, first you have to install homebrew/php under the php56, so:

bashbrew tap homebrew/phpbrew install php56 #你可能装之前希望看看php56的参数,那么通过brew options php56来查看brew install php56-redis

Installed PHP will be under/USR/LOCAL/CELLAR/PHP56,/usr/local/bin and/usr/local/sbin below you can see the PHP and php-fpm of the symbolic link, if you want to use the default brew installed PHP , then you need to modify your environment variables, take ~/.BASHRC as an example, add

bashexport PATH="/usr/local/bin:/usr/local/sbin:$PATH"

Brew Untap josegonzalez/homebrew-php

Brew Untap josegonzalez/homebrew-php

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.