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
30
30
31
31
Lastly, download maven, extract it and include it on your ` PATH ` .
32
32
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.
34
34
This will initially download the required dependencies next to the repository and build Python.
35
35
If it succeeds without errors, you should already be able to run ` mx python ` and get a REPL.
36
36
@@ -41,7 +41,7 @@ If you use another editor with support for the [Eclipse language server](https:/
41
41
## Development Layout
42
42
43
43
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 ` .
45
45
Additionally, there are various "gates" that we use on our CI systems to check any code that is committed.
46
46
You can run all the gates with the command ` mx python-gate ` or just some by using ` mx python-gate --tags [TAG] ` .
47
47
Interesting 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