“instalar Haskell” Código de respuesta

instalar Haskell

curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
DoubleTroublePy

Instalación del comando Haskell

Set-ExecutionPolicy Bypass -Scope Process -Force;[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-WebRequest https://www.haskell.org/ghcup/sh/bootstrap-haskell.ps1 -UseBasicParsing))) -ArgumentList $true
Iskandar

Respuestas similares a “instalar Haskell”

Preguntas similares a “instalar Haskell”

Más respuestas relacionadas con “instalar Haskell” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código