Instalar PowerShell 6 en MacOSX High Sierra

Hola a todos!

Este año me he planteado el utilizar un sistema operativo MacOSX para un uso hogareño/friki ;). Para este menester, una de las utilidades que aunque la hago server relativamente poco, es necesaria para mi perfil más IT, es PowerShell. Por ello, me he puesto a investigar como se debería poder instalar PowerShell (.NET Core) en sistemas NO WINDOWS, y si había posibilidad de poder instalar en un Desktop Apple.

Para esto, deberemos de seguir algunas indicaciones:

1.- Bajar PowerShell para macOSX desde Github.
https://github.com/PowerShell/PowerShell

2.- Realizar la instalación re BREW.
https://brew.sh/index_es.html

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

3.- Una vez finalizada la instalación:

==> Summary

🍺  /usr/local/Cellar/openssl/1.0.2n: 1,792 files, 12.3MB

==> Downloading https://github.com/PowerShell/PowerShell/releases/download/v6.0.

######################################################################## 100.0%

==> Verifying checksum for Cask powershell

==> Installing Cask powershell

==> Running installer for powershell; your password may be necessary.

==> Package installers may write to any location; options such as --appdir are i

==> installer: Package name is PowerShell - 6.0.0

==> installer: Upgrading at base path /

==> installer: The upgrade was successful.

🍺  powershell was successfully installed!

4.- Lanzar la llamada para utilizar PowerShell

pwsh

Deja un comentario

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

Este sitio usa Akismet para reducir el spam. Aprende cómo se procesan los datos de tus comentarios.