diff options
author | Frank Sträter <frankstrater@gmail.com> | 2021-10-25 10:22:55 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-10-26 09:10:12 +0200 |
commit | 3a63b110ba7c64a62363fbe4f0ad51e94ad2397d (patch) | |
tree | 02df832f16fcbf2842239a165ae565edbde67e0c /support/doc | |
parent | 9f3bf1432d9087348563783c85e6ddb43649e2db (diff) | |
download | PeerTube-3a63b110ba7c64a62363fbe4f0ad51e94ad2397d.tar.gz PeerTube-3a63b110ba7c64a62363fbe4f0ad51e94ad2397d.tar.zst PeerTube-3a63b110ba7c64a62363fbe4f0ad51e94ad2397d.zip |
Update RHEL8 Python symlinking
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
360 | 6. You'll need a symlink for python3 to python for youtube-dl to work | 360 | 6. You'll need a symlink for python3 to python for youtube-dl to work |
361 | 361 | ||
362 | ``` | 362 | ``` |
363 | sudo ln -s /usr/bin/python3 /usr/bin/python | 363 | sudo alternatives --set python3 /usr/bin/python |
364 | ``` | 364 | ``` |
365 | 365 | ||
366 | 7. Initialize the PostgreSQL database: | 366 | 7. Initialize the PostgreSQL database: |