Skip to content

Commit f85e33b

Browse files
committed
[GR-40791] Github issue #278: Invalid graalpy path printed after the graalpython build on macOS.
PullRequest: graalpython/2422
2 parents e5c92e4 + 303f1de commit f85e33b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ and interop with other languages, you can use the bundled releases from
2929
git clone https://github.com/graalvm/mx.git
3030
export PATH=$PWD/mx:$PATH
3131
```
32+
* LabsJDK
33+
34+
The following command will download and install JDKs to built GraalVM upon. If successfull, it will print the path to set into your JAVA_HOME.
35+
```shell
36+
mx fetch-jdk
37+
```
38+
3239

3340
#### Building
3441

0 commit comments

Comments
 (0)