Update RHEL8 Python symlinking

pull/4507/head
Frank Sträter 2021-10-25 10:22:55 +02:00 committed by Chocobozzz
parent 9f3bf1432d
commit 3a63b110ba
1 changed files with 1 additions and 1 deletions

View File

@ -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: