Skip to content

Commit fca5893

Browse files
committed
Note about delay between release and availability on Pyenv
1 parent f4dab2d commit fca5893

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Thanks to our integration with GraalVM Native Image, we can deploy Python applic
9292
```bash
9393
pyenv shell graalpy-24.1.0
9494
```
95+
> NOTE: There will be a delay between GraalPy release and its availability on Pyenv. Make sure to update Pyenv.
9596
9697
Alternatively, you can download a compressed GraalPy installation file from [GitHub releases](https://github.com/oracle/graalpython/releases).
9798

@@ -108,6 +109,8 @@ Thanks to our integration with GraalVM Native Image, we can deploy Python applic
108109
```bash
109110
pyenv shell graalpy-24.1.0
110111
```
112+
> NOTE: There will be a delay between GraalPy release and its availability on Pyenv. Make sure to update Pyenv.
113+
111114
Alternatively, you can download a compressed GraalPy installation file from [GitHub releases](https://github.com/oracle/graalpython/releases).
112115

113116
1. Find the download that matches the pattern _graalpy-XX.Y.Z-macos-amd64.tar.gz_ or _graalpy-XX.Y.Z-macos-aarch64.tar.gz_ (depending on your platform) and download.
@@ -132,6 +135,8 @@ Thanks to our integration with GraalVM Native Image, we can deploy Python applic
132135
```cmd
133136
pyenv shell graalpy-24.1.0-windows-amd64
134137
```
138+
> NOTE: There will be a delay between GraalPy release and its availability on Pyenv. Make sure to update Pyenv.
139+
135140
Alternatively, you can download a compressed GraalPy installation file from [GitHub releases](https://github.com/oracle/graalpython/releases).
136141

137142
1. Find the download that matches the pattern _graalpy-XX.Y.Z-windows-amd64.tar.gz_ and download.

docs/user/Python-Runtime.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ The four GraalPy runtimes are identified as follows, using the general pattern _
7272

7373
## Installing GraalPy
7474

75+
> NOTE: There will be a delay between GraalPy release and its availability on Pyenv.
76+
7577
### Linux
7678

7779
The easiest way to install GraalPy on Linux is to use [Pyenv](https://github.com/pyenv/pyenv) (the Python version manager).

0 commit comments

Comments
 (0)