You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Uncompress the file and update your `PATH` environment variable to include to the _graalpy-XX.Y.Z-macos-amd64/bin_ (or _graalpy-XX.Y.Z-macos-aarch64/bin_) directory.
121
121
@@ -136,7 +136,7 @@ The _setup-python_ action supports GraalPy:
136
136
- name: Setup GraalPy
137
137
uses: actions/setup-python@v5
138
138
with:
139
-
python-version: graalpy # or graalpy23.1 to pin a version
139
+
python-version: graalpy # or graalpy24.0 to pin a version
140
140
```
141
141
142
142
</details>
@@ -163,7 +163,7 @@ To run Jython scripts, you need to use a GraalPy distribution running on the JVM
3. Uncompress the file and update your `PATH` environment variable to include to the _graalpy-jvm-XX.Y.Z-macos-amd64/bin_ (or _graalpy-jvm-XX.Y.Z-macos-aarch64/bin_) directory.
169
169
4. Run your scripts with `graalpy --python.EmulateJython`.
Copy file name to clipboardExpand all lines: docs/user/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,8 @@ In order to distribute the resulting application for other systems, follow these
93
93
- Include the GraalPy support and the [GraalVM SDK Polyglot API](https://www.graalvm.org/sdk/javadoc/org/graalvm/polyglot/package-summary.html) in the `dependencies` section:
0 commit comments