Skip to content

Commit 44adb2b

Browse files
committed
[GS-5952] Add a note for OL9 users to install libxcrypt library is only required for GraalPy native standalone.
PullRequest: graalpython/3295
2 parents c8a8f44 + 2489731 commit 44adb2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user/Python-Runtime.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Alternatively, you can download a compressed GraalPy installation file from [Git
8989
1. Find the download that matches the pattern _graalpy-XX.Y.Z-linux-amd64.tar.gz_ or _graalpy-XX.Y.Z-linux-aarch64.tar.gz_ (depending on your platform) and download.
9090
2. Uncompress the file and update your `PATH` environment variable to include to the _graalpy-XX.Y.Z-linux-amd64/bin_ (or _graalpy-XX.Y.Z-linux-aarch64/bin_) directory.
9191

92+
> Note: On Oracle Linux 9, additionally install the [`libxcrypt` library](https://github.com/besser82/libxcrypt) that is required for the GraalPy native runtime: `yum install libxcrypt-compat`.
93+
9294
### macOS
9395

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

0 commit comments

Comments
 (0)