File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -146,10 +146,17 @@ You will also want to make sure your Racket installation is visible
146146from your @tt{PATH} environment variable. Assuming Racket was
147147installed in the usual location, you can run:
148148
149- @verbatim|{ PATH=$PATH:"/Applications/Racket v8.6 /bin " }|
149+ @verbatim|{ export PATH=$PATH:"/Applications/Racket v8.9 /bin " }|
150150
151- You can add this line to the @tt{.zprofile} file in your home
152- directory so that it is available every time you start the Terminal.
151+ NOTE: You'll need to know what version of Racket you installed and use that
152+ version's name in the above command. For example, if you install Racket 8.6 ,
153+ you should be using the path @tt{"/Applications/Racket 8.6/bin " } instead.
154+
155+ You can add this line to the @tt{.zshrc} file in your home directory so that it
156+ is available every time you start the Terminal. Note that once you make this
157+ change to the @tt{.zshrc}, you'll either need to restart your terminal
158+ application or run @tt{source ~/.zshrc} to update your current @tt{PATH}
159+ settings.
153160
154161@subsection[#:tag "apple-silicon-mac " ]{Using macOS on Apple Silicon}
155162
You can’t perform that action at this time.
0 commit comments