0
0

macにPowerShellをインストール

Posted at

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
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0