PowerShell
#Windows
#Shell
PowerShell
は、
Windows
用の
Shell
Microsoft
による
https://en.wikipedia.org/wiki/PowerShell
https://github.com/PowerShell/PowerShell
Windows自体に5系は一緒にインストールされてくる
7系を入れるには、
winget
を使うと良いよ
$ winget install Microsoft.PowerShell
PATH
PATH (環境変数)
からみえるもののうち、
powershell.exe
が5系 -
C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe
pwsh.exe
が7系 -
C:\Program Files\PowerShell\7\pwsh.exe