Skip to content

Commit 92e4183

Browse files
msimaceksteve-s
authored andcommitted
Update pyenv installation docs to reflect reality (GR-46479)
(cherry picked from commit 372d78b)
1 parent 69b7b7a commit 92e4183

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We welcome issue reports of all kinds and are working hard to close our compatib
1212

1313
The easiest option to try GraalPy is [pyenv](https://github.com/pyenv/pyenv/), the Python version manager.
1414
It allows you to easily install different GraalPy releases.
15-
To install version 22.3.0, for example, just run `pyenv install graalpy-22.3.0`.
15+
To install version 23.1.0, for example, just run `pyenv install graalpy-community-23.1.0`.
1616

1717
Another option is to use [Conda-Forge](https://conda-forge.org/).
1818
To get an environment with the latest version of GraalPy, use the following command:

docs/user/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A JVM standalone that comes with a JVM has the `-jvm` suffix in a name: `graalpy
4747

4848
## Installing GraalPy
4949

50-
You can install GraalPy either using a Python manager or downloading a compressed GraalPy tarball appropriate for your platform.
50+
You can install GraalPy by downloading a compressed GraalPy tarball appropriate for your platform. For GraalPy Community, you can also use `pyenv` or `conda`.
5151

5252
### Downloading
5353

@@ -68,19 +68,17 @@ You can install GraalPy either using a Python manager or downloading a compresse
6868
./path/to/bin/graalpy --version
6969
```
7070

71-
### Using `pyenv`
71+
### Using `pyenv` (GraalPy Community only)
7272
#### Linux and macOS
7373

74-
The other way to install GraalPy on Linux and macOS platforms is to use [pyenv](https://github.com/pyenv/pyenv/), the Python version manager.
75-
For example, to install version 23.1.1, run the following command:
74+
The other way to install GraalPy Community Edition on Linux and macOS platforms is to use [pyenv](https://github.com/pyenv/pyenv/), the Python version manager.
75+
For example, to install version 23.1.0, run the following command:
7676

7777
```bash
78-
# To install Oracle GraalPy
79-
pyenv install graalpy-23.1.1
80-
# To install GraalPy Community
81-
pyenv install graalpy-community-23.1.1
78+
pyenv install graalpy-community-23.1.0
8279
```
8380

81+
### Using Conda Forge (GraalPy Community only)
8482
Another option is to use [Conda-Forge](https://conda-forge.org/).
8583
To get an environment with the latest version of GraalPy, use the following command:
8684

0 commit comments

Comments
 (0)