Migration from Intel Mac to M1 Mac: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
mNo edit summary |
|||
| Line 1: | Line 1: | ||
Migration from Intel Mac to M1 Mac (OS architecture: Apple Silicon, linux/arm64/v8) | |||
== List of softwares == | |||
=== Docker Desktop === | |||
Reinstall the app which not support intel processor e.g. | |||
* [https://docs.docker.com/desktop/mac/apple-silicon/ Docker Desktop for Apple silicon] | |||
* Choose the container image supports OS/arch: linux/arm64/v8 | |||
=== | === Git === | ||
Upgrade Git command<ref>[https://git-scm.com/download/mac Git - Downloading Package]</ref><ref>[https://apple.stackexchange.com/questions/433751/git-not-working-on-m1-chip-after-migration terminal - Git not working on M1 chip after migration - Ask Different]</ref><ref>[https://stackoverflow.com/questions/34617452/how-to-update-xcode-from-command-line How to update Xcode from command line - Stack Overflow]</ref> | Upgrade Git command<ref>[https://git-scm.com/download/mac Git - Downloading Package]</ref><ref>[https://apple.stackexchange.com/questions/433751/git-not-working-on-m1-chip-after-migration terminal - Git not working on M1 chip after migration - Ask Different]</ref><ref>[https://stackoverflow.com/questions/34617452/how-to-update-xcode-from-command-line How to update Xcode from command line - Stack Overflow]</ref> | ||
* {{kbd | key=which git}} to find the location where git was installed | * {{kbd | key=which git}} to find the location where git was installed | ||
| Line 33: | Line 35: | ||
</pre> | </pre> | ||
=== | |||
=== Homebrew === | |||
Upgrade [https://brew.sh/index_zh-tw macOS Homebrew]<ref>[https://osxdaily.com/2021/02/13/how-update-homebrew-mac/ How to Update Homebrew on Mac]</ref> | |||
* | * If the Homebrew was not installed, input {{kbd | key=<nowiki>/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"</nowiki>}} | ||
* {{kbd | key=brew update}} to update Homebrew | |||
* {{kbd | key=brew upgrade}} to update Homebrew packages | |||
=== Tensorflow === | === Tensorflow === | ||
| Line 44: | Line 48: | ||
* [https://hackmd.io/@jcyh/mbp-intel-to-m1-guide Apple Macbook Pro intel to M1 轉移心得共筆 - HackMD] | * [https://hackmd.io/@jcyh/mbp-intel-to-m1-guide Apple Macbook Pro intel to M1 轉移心得共筆 - HackMD] | ||
* [https://errerrors.blogspot.com/2022/03/git-is-not-installed-xcrun-after-migrated-to-mac-m1.html 移機到 Mac M1 後 git 出現錯誤] | * [https://errerrors.blogspot.com/2022/03/git-is-not-installed-xcrun-after-migrated-to-mac-m1.html 移機到 Mac M1 後 git 出現錯誤] | ||
* More on [https://isapplesiliconready.com/ Is Apple Silicon ready?] ([https://isapplesiliconready.com/tw 能在 Apple 晶片上使用了嗎?]) | |||
== References == | == References == | ||