标签:目录 require 重装 ror oom package mirrors 手动 sel
brew update --debug --verbose
xcode-select --install
Error: No such file or directory @ dir_chdir - /usr/local/Cellar
卸载重装homwbrew
HomeBrew
中,安装的时候就将需要的目录都已经创建完成并且分配了所需的权限,那么在用brew
去安装其他软件的时候就可以不需要sudo
权限直接进行了替换核心软件仓库
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
替换 cask 软件仓库(提供 macOS 应用和大型二进制文件)
cd "$(brew --repo)"/Library/Taps/caskroom/homebrew-cask
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git
替换 Bottles 源(Homebrew 预编译二进制软件包)
bash(默认 shell)用户:
echo ‘export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles‘ >> ~/.bash_profile
source ~/.bash_profile
wget https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
/Users/jingyuli/miniconda3.
接下来theano
Install requirements and optional packages
Install and configure the GPU drivers (recommended) CUDA安装
macbookpro没有英伟达显卡 不支持gpu
标签:目录 require 重装 ror oom package mirrors 手动 sel
原文地址:https://www.cnblogs.com/pocahontas/p/11669001.html