mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Update RHEL8 Python symlinking
This commit is contained in:
parent
9f3bf1432d
commit
3a63b110ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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:
|
7. Initialize the PostgreSQL database:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue