Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

MacOS

xcode系

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

対応法

xcode-select --install

docker desktop インストールせず、docker を起動する方法

colima インストール前

colima インストールして、起動する

brew install colima
colima start

colima インストール後

uninstall local java env

1. find out version of java

/usr/libexec/java_home -V
/Users/{user_name}/Library/Java/JavaVirtualMachines/openjdk-17.0.1/

2. uninstall it

sudo rm -rf /Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk

install direnv(homebrew)

brew install direnv
eval "$(direnv hook zsh)"
source ~/.zshrc