Install PowerShell on MacOS

Channel:
Subscribers:
14,400
Published on ● Video Link: https://www.youtube.com/watch?v=xNZTwyND92g



Duration: 1:29
4,788 views
34


#MacOS #Powershell #Shell #CLI

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

--------------------------------------------------------------------
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/powershell/scripting/overview
 
   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/Homebrew/install/HEAD/install.sh)"
         # 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/powershell/scripting/install/installing-powershell-on-macos
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
Apple MacOS
Big Sur
CLI
Catalina
Command Line
How To
How To Install PowerShell On MacOS
Install Guide
MacOS
Microsoft
Microsoft PowerShell
Monterey
PowerShell
PowerShell On MacOS
PowerShell Scripting
Scripting
System Administration
Terminal
Tutorial
i12bretro