macにPowerShellをインストールする。
macOS への PowerShell のインストール
https://learn.microsoft.com/ja-jp/powershell/scripting/install/installing-powershell-on-macos?view=powershell-7.4
記事にそって進めると、xcodeが古いというエラー。
$ brew install powershell/tap/powershell
Error: Your Command Line Tools are too outdated.
Update them from Software Update in System Preferences.
xcodeを最新化する。
$ sudo rm -rf /Library/Developer/CommandLineTools
$ sudo xcode-select --install
powershellをインストール。
$ brew install powershell/tap/powershell
$ pwsh
PowerShell 7.4.2