Homebrew 配置

简介: 使用ruby脚本安装完成homebrew之后, 需要配置三个源以及添加一些环境变量 1. export HOMEBREW_NO_AUTO_UPDATE=true # 不自动检查更新 2.

使用ruby脚本安装完成homebrew之后, 需要配置三个源以及添加一些环境变量

    1. export HOMEBREW_NO_AUTO_UPDATE=true # 不自动检查更新
    2. cd $(brew --repo)/Library/到执行的homebrew目录下, git remote set-url origin git://mirrors.ustc.edu.cn/brew.git # 修改默认源
    3. cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin git://mirrors.ustc.edu.cn/homebrew-core.git    # 修改core源
    
    4. echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.bashrc
目录
相关文章
|
5月前
Ubuntu18 Install Conda
Ubuntu18 Install Conda
|
5月前
homebrew
homebrew
80 0
|
5月前
|
Linux 数据安全/隐私保护 Windows
jupyterlab安装及简单配置
jupyterlab安装及简单配置
80 1
|
8月前
|
缓存 开发工具 git
Homebrew安装
Homebrew安装
|
10月前
|
Linux Shell 开发工具
MacOS安装Homebrew与Oh-My-Zsh
MacOS安装Homebrew与Oh-My-Zsh
1086 0
|
Linux
Centos下pip3 install pycrypto安装失败的解决办法
Centos下pip3 install pycrypto安装失败的解决办法
1489 0
Centos下pip3 install pycrypto安装失败的解决办法
|
NoSQL Redis
Homebrew 插件自启动
版权声明:本文首发 http://asing1elife.com ,转载请注明出处。 https://blog.csdn.net/asing1elife/article/details/82892939 ...
1213 0
|
Python Ubuntu
Ubuntu下配置virtualenv和virtualenvwrapper
1 安装virtualenv  sudo pip3 install virtualenv -ihttps://pypi.douban.com/simple/ 2 安装virtualenvwrapper sudo pip3 install virtualenvwrapper -ihttps://pypi.
1460 0
|
Ubuntu Python
Ubuntu下scons安装
1.需要先安装Python,推荐Python2.7 sudo apt-get install python2.7   2. 下载scons-2.
3855 0