随笔分类 - Macbook
摘要:1.安装homebrew 参考:https://brew.idayer.com/guide/m1/ 如果出现:fatal: Could not resolve HEAD to a revision,说明git没有设置好,通过brew --version查看是不是没有设置好git,可以执行以下命令修复
阅读全文
摘要:Mac上制作Ubuntu USB启动盘 一、下载ubuntu iso镜像 二、将iso转换为img文件 $ hdiutil convert -format UDRW -o /path/to/generate/img/file /path/to/your/iso/file 该命令会生成一个.img的磁
阅读全文
摘要:defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder //显示隐藏文件 defaults write com.apple.finder AppleShowAllFiles No && killall Finde
阅读全文
摘要:终端里输入:defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder 回复输入:defaults delete com.apple.finder _FXShowPosixPathInTitle;
阅读全文
摘要:link:http://www.mobileway.net/2015/02/14/install-opencv-for-python-on-mac-os-x/
阅读全文
摘要:1. brew install python 2.If you don't have ~/.bash_profile, add ~/.bash_profile by touch ~/.bash_profile 3.Add below text to ~/.bash_profile # Homebre
阅读全文