Skip to content

Commit 2489731

Browse files
committed
Add a note for OL9 users to install libxcrypt library is only required for GraalPy native standalone
1 parent ce3d8de commit 2489731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/Python-Runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ 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 dependency on the [`libxcrypt` library](https://github.com/besser82/libxcrypt) that is required for the GraalPy native runtime: `yum install libxcrypt-compat`.
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`.
9393
9494
### macOS
9595

0 commit comments

Comments
 (0)