File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sudo apt install build-essential libc++-12-dev zlib1g-dev cmake
3030
3131Lastly, download maven, extract it and include it on your ` PATH ` .
3232
33- Once you have all the necessary tools, you can run ` mx build ` in this repository.
33+ Once you have all the necessary tools, you can run ` mx python-jvm ` in this repository.
3434This will initially download the required dependencies next to the repository and build Python.
3535If it succeeds without errors, you should already be able to run ` mx python ` and get a REPL.
3636
@@ -41,7 +41,7 @@ If you use another editor with support for the [Eclipse language server](https:/
4141## Development Layout
4242
4343Besides the source code of the Python interpreter, we have some useful ` mx ` functions defined under the _ mx.graalpython_ directory.
44- As you make changes, you can always test them with ` mx build && mx python ` .
44+ As you make changes, you can always test them with ` mx python-jvm && mx python ` .
4545Additionally, there are various "gates" that we use on our CI systems to check any code that is committed.
4646You can run all the gates with the command ` mx python-gate ` or just some by using ` mx python-gate --tags [TAG] ` .
4747Interesting gates to run that cover a good chunk of the code things are:
You can’t perform that action at this time.
0 commit comments