Skip to content

Commit dad4eec

Browse files
authored
Fix path reference issue on MacOS (#957)
#956
1 parent 9b7d2e1 commit dad4eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

downloads/platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ Navigate to `/usr/local/bin` and remove the `julia` file. Then type the followin
6767

6868

6969
```
70-
ln -s /Applications/Julia-{{stable_release}}.app/Contents/Resources/julia/bin/julia /usr/local/bin/julia
70+
ln -s /Applications/Julia-{{stable_release_short}}.app/Contents/Resources/julia/bin/julia /usr/local/bin/julia
7171
```
7272

73-
which creates a symlink to a Julia version (here {{stable_release}}) of your choosing.
73+
which creates a symlink to a Julia version (here {{stable_release_short}}) of your choosing.
7474
Once that is done, you can close the shell profile page and quit Terminal. Now, just simply open Terminal again, type in `julia` in it, and it should run your version of Julia!
7575

7676
You can uninstall Julia by deleting Julia.app and the packages directory in `~/.julia`. Multiple Julia.app binaries can co-exist without interfering with each other. If you would also like to remove your preferences files, remove `~/.juliarc.jl` and `~/.julia_history`.

0 commit comments

Comments
 (0)