随笔分类 -  Mac 终端

摘要:如题…… 解决方法: 将 maven 的环境变量配置放到 .zshrc 文件中。 参考链接: 1. http://ruby china.org/topics/23158 2. https://yq.aliyun.com/articles/36552 阅读全文
posted @ 2017-07-31 14:16 WriteOnRead 阅读(1594) 评论(0) 推荐(0)
摘要:用终端 或 时遇到的问题,详细如下: Error: Could not link: /usr/local/etc/bash_completion.d/brew Please delete these paths and run . Error: Could not link: /usr/local/ 阅读全文
posted @ 2017-04-20 14:37 WriteOnRead 阅读(730) 评论(0) 推荐(0)
摘要:Homebrew 简称 brew,是 Mac OS X 上的软件包管理工具,能在 Mac 中方便的安装软件或者卸载软件,可以说 Homebrew 就是 Mac 下的 apt-get、yum 神器。 官网地址:http://brew.sh/index_zh-cn.html Homebrew 的安装非常 阅读全文
posted @ 2016-04-19 19:06 WriteOnRead 阅读(207) 评论(0) 推荐(0)
摘要:前段时间在 Mac 下使用终端遇到了这个问题: 如图所示: 解决方法: 1. 在命令行中输入: 这样可以保证命令行命令暂时可以使用。命令执行完之后先不要关闭终端。 2. 输入 进入当前用户的home目录。 3. 创建bash_profile 执行命令: 4. 打开并编辑bash_profile 执行 阅读全文
posted @ 2015-10-12 11:17 WriteOnRead 阅读(11575) 评论(0) 推荐(0)