diff options
author | frankstrater <frankstrater@gmail.com> | 2021-10-13 08:55:40 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-10-13 09:18:45 +0200 |
commit | a232d3e50b55b9c387c968e16d7a1ca2dfa6fdf9 (patch) | |
tree | d58d78951e472432f045d69c40204d64d1304d01 | |
parent | d41a3805502fdec0d6a075027e447b7b39b09c2b (diff) | |
download | PeerTube-a232d3e50b55b9c387c968e16d7a1ca2dfa6fdf9.tar.gz PeerTube-a232d3e50b55b9c387c968e16d7a1ca2dfa6fdf9.tar.zst PeerTube-a232d3e50b55b9c387c968e16d7a1ca2dfa6fdf9.zip |
Add python-exec to Gentoo dependencies
-rw-r--r-- | support/doc/dependencies.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 7c3fcd55b..98de78fec 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -519,6 +519,7 @@ dev-db/redis | |||
519 | dev-vcs/git | 519 | dev-vcs/git |
520 | app-arch/unzip | 520 | app-arch/unzip |
521 | dev-lang/python | 521 | dev-lang/python |
522 | dev-lang/python-exec | ||
522 | www-servers/nginx | 523 | www-servers/nginx |
523 | 524 | ||
524 | # Optional, client for Let’s Encrypt: | 525 | # Optional, client for Let’s Encrypt: |
@@ -559,7 +560,7 @@ rc-service postgresql-11 start | |||
559 | 6. Create Python version symlink for youtube-dl: | 560 | 6. Create Python version symlink for youtube-dl: |
560 | 561 | ||
561 | ``` | 562 | ``` |
562 | sudo ln -s /usr/bin/python3 /usr/bin/python | 563 | emerge -1 python-exec |
563 | ``` | 564 | ``` |
564 | 565 | ||
565 | ## OpenBSD | 566 | ## OpenBSD |