Install PowerShell on MacOS
i12bretro
#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 ... https://www.youtube.com/watch?v=xNZTwyND92g
9055066 Bytes