Skip to content

Commit 2b64f61

Browse files
committed
Remove note about libxcrypt being necessary to install on OL 9
1 parent 6574ff5 commit 2b64f61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/user/Python-Runtime.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ Alternatively, you can download a compressed GraalPy installation file from [Git
9191
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.
9292
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.
9393

94-
> 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`.
95-
9694
### macOS
9795

9896
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)