Skip to content

Commit c865a11

Browse files
committed
Replace mx build with mx python-jvm in contributor docs
1 parent a5abd3b commit c865a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributor/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sudo apt install build-essential libc++-12-dev zlib1g-dev cmake
3030

3131
Lastly, 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.
3434
This will initially download the required dependencies next to the repository and build Python.
3535
If 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

4343
Besides 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`.
4545
Additionally, there are various "gates" that we use on our CI systems to check any code that is committed.
4646
You can run all the gates with the command `mx python-gate` or just some by using `mx python-gate --tags [TAG]`.
4747
Interesting gates to run that cover a good chunk of the code things are:

0 commit comments

Comments
 (0)