Skip to content

Commit 187dee9

Browse files
committed
Merge branch 'main' of github.com:cmsc430/www
2 parents 44fbf31 + 317c8b7 commit 187dee9

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

www/software.scrbl

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,17 @@ You will also want to make sure your Racket installation is visible
146146
from your @tt{PATH} environment variable. Assuming Racket was
147147
installed 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

0 commit comments

Comments
 (0)