美文网首页python
mac 用brew 安装软件 memcached

mac 用brew 安装软件 memcached

作者: huisheng | 来源:发表于2017-10-15 16:52 被阅读3次

    brew 又叫Homebrew,是Mac OSX上的软件包管理工具,能在Mac中方便的安装软件或者卸载软件, 只需要一个命令, 非常方便brew类似ubuntu系统下的apt-get的功能

    brew 的官方网站: http://brew.sh/  在官方网站对brew的用法进行了详细的描述

    一 安装方法:  在Mac中打开Termal:  输入命令:

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    安装 brew

    二  安装 memcached

    brew install memcached

    安装 memcahed

    见: http://www.cnblogs.com/TankXiao/p/3247113.html

    相关文章

      网友评论

        本文标题:mac 用brew 安装软件 memcached

        本文链接:https://www.haomeiwen.com/subject/stycuxtx.html