Mac 环境

作者: xx_Shen | 来源:发表于2014-07-30 11:14 被阅读346次

    1.在Mac中 cd到某个目录下 在有空格时需要'\'转义。或者使用''括起来

    2.在用npm的时候 需要管理员权限 输入sudo su,再输入密码 就ok了

    4.homebrew,包管理 据说不错~ 试试 .在shell中输入ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" 自动安装 homebrew(http://brew.sh/index_zh-cn.html官方地址)。 brew命令:

    brew search 搜尋套件

    brew info 查詢套件資訊

    brew list 已經裝了哪些套件

    brew update 更新 homebrew 自己

    brew install 安裝套件

    例如,我馬上就安裝了 wget 跟 git 這兩個是我最基本要用的工具,一下就搞定了,cool!

    brew install wget

    brew install git(http://ihower.tw/blog/archives/4308 地址)

    5.http://www.tuicool.com/articles/uE322i youji 如何配置在shell中打开文件目录

    http://www.macrabbit.com/ 切图+编辑器

    http://www.git-tower.com/ github控制器

    acorn4 切图

    相关文章

      网友评论

        本文标题:Mac 环境

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