Install PowerShell on MacOS

Опубликовано: 17 Июль 2026
на канале: i12bretro
23,805
137

#MacOS #Powershell #Shell #CLI

Full steps can be found at https://i12bretro.github.io/tutorials...

--------------------------------------------------------------------
What is PowerShell?
--------------------------------------------------------------------
PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS. - https://docs.microsoft.com/en-us/powe...
 
   01. Start LaunchPad from the dock
   02. Search terminal ≫ Click Terminal to launch it
   03. Run the following commands in the terminal window
         install command line tools
         xcode-select --install
         if prompted, click install and agree to install command line tools
         install homebrew
         /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hom...)"
         enter your password
         press Enter to continue
         install openssl
         brew install openssl
         install powershell
         brew install --cask powershell
         enter your password when prompted
         launch powershell
         pwsh
 
Source:  https://docs.microsoft.com/en-us/powe...
 


Connect with me and others ###
★ Discord:   / discord  
★ Reddit:   / i12bretro  
★ Twitter:   / i12bretro