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.
126
126
127
127
* Windows
128
128
129
129
The Windows support of GraalPy is still experimental, so not all features and packages may be available.
130
130
The easiest way to install GraalPy on Windows is to use [Pyenv-win](https://pyenv-win.github.io/pyenv-win/) (the Python version manager for Windows).
131
-
To install version 24.1.1 using Pyenv-win, run the following commands:
131
+
To install version 24.1.2 using Pyenv-win, run the following commands:
132
132
```cmd
133
-
pyenv install graalpy-24.1.1-windows-amd64
133
+
pyenv install graalpy-24.1.2-windows-amd64
134
134
```
135
135
```cmd
136
-
pyenv shell graalpy-24.1.1-windows-amd64
136
+
pyenv shell graalpy-24.1.2-windows-amd64
137
137
```
138
138
> NOTE: There will be a delay between GraalPy release and its availability on Pyenv. Make sure to update Pyenv.
139
139
@@ -179,7 +179,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.
185
185
4. Run your scripts with `graalpy --python.EmulateJython`.
0 commit comments