From fa844bb144af9218b6eac63a884272b7e1e9c86c Mon Sep 17 00:00:00 2001 From: Steven Rosenberg Date: Tue, 28 May 2019 11:01:36 -0700 Subject: [PATCH] Add racket and raco to the Windows 10 path Adding instructions on how to add Racket command-line programs to your path in Windows 10 --- pollen/scribblings/installation.scrbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pollen/scribblings/installation.scrbl b/pollen/scribblings/installation.scrbl index 0efa114..b1b0386 100644 --- a/pollen/scribblings/installation.scrbl +++ b/pollen/scribblings/installation.scrbl @@ -61,6 +61,8 @@ But if you get an error like this: You have a deeper problem with your Racket installation that needs adjustment before continuing (usually a misconfiguration of @code{PATH}). +To add the Racket command-line programs to your path in Windows 10, click the Windows key and type the word @italic{path} and then click on @italic{Edit the System Environment Variables}. Then click on the @italic{Environment Variables} button. In the top window, which contains your user variables, find @italic{path} and double-click it to open. Click the @italic{new} button and either use the @italic{browse} button to find it, or manually enter @filepath{C:\Program Files\Racket}. Restart your Windows terminal (either the Command Prompt or PowerShell) and now @exec{racket} and @exec{raco} should work. + }