aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFrank Sträter <frankstrater@gmail.com>2021-10-25 10:22:55 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-10-26 09:10:12 +0200
commit3a63b110ba7c64a62363fbe4f0ad51e94ad2397d (patch)
tree02df832f16fcbf2842239a165ae565edbde67e0c
parent9f3bf1432d9087348563783c85e6ddb43649e2db (diff)
downloadPeerTube-3a63b110ba7c64a62363fbe4f0ad51e94ad2397d.tar.gz
PeerTube-3a63b110ba7c64a62363fbe4f0ad51e94ad2397d.tar.zst
PeerTube-3a63b110ba7c64a62363fbe4f0ad51e94ad2397d.zip
Update RHEL8 Python symlinking
-rw-r--r--support/doc/dependencies.md2
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
3606. You'll need a symlink for python3 to python for youtube-dl to work 3606. You'll need a symlink for python3 to python for youtube-dl to work
361 361
362``` 362```
363sudo ln -s /usr/bin/python3 /usr/bin/python 363sudo alternatives --set python3 /usr/bin/python
364``` 364```
365 365
3667. Initialize the PostgreSQL database: 3667. Initialize the PostgreSQL database: