Setup Windows

scoop

  • Win + R : powershell

    Set-ExecutionPolicy RemoteSigned -scope CurrentUser
    iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

  • Win + R : cmd

> scoop install racket

  • Win : GRacket

Back