From 3a63b110ba7c64a62363fbe4f0ad51e94ad2397d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Str=C3=A4ter?= Date: Mon, 25 Oct 2021 10:22:55 +0200 Subject: Update RHEL8 Python symlinking --- support/doc/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 98de78fec..711fd2d7f 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -360,7 +360,7 @@ sudo dnf install nginx postgresql postgresql-server postgresql-contrib openssl g 6. You'll need a symlink for python3 to python for youtube-dl to work ``` -sudo ln -s /usr/bin/python3 /usr/bin/python +sudo alternatives --set python3 /usr/bin/python ``` 7. Initialize the PostgreSQL database: -- cgit v1.2.3