Skip to content

Commit 3051156

Browse files
authored
add link to environment variable documentation (#69)
1 parent 4f6dbe5 commit 3051156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Printing in Jupyter notebooks is, by default, done in latex.
167167
This can be turned off with the command `MathLink.set_texOutput(false)`
168168

169169
## Installation Troubleshoot
170-
The package requires an installation of either [Mathematica](http://www.wolfram.com/mathematica/) or the free [Wolfram Engine](https://www.wolfram.com/engine/). It will attempt to find the installation at build time; if this fails, you will need to set the following environment variables:
170+
The package requires an installation of either [Mathematica](http://www.wolfram.com/mathematica/) or the free [Wolfram Engine](https://www.wolfram.com/engine/). It will attempt to find the installation at build time; if this fails, you will need to set the following [environment variables](https://docs.julialang.org/en/v1/manual/environment-variables/):
171171
- `JULIA_MATHKERNEL`: the path of the MathKernel executable
172172
- `JULIA_MATHLINK`: the path of the MathLink dynamic library named
173173
- `libML64i4.so`/ `libML32i4.so` on Linux

0 commit comments

Comments
 (0)