diff options
Diffstat (limited to 'support/doc')
-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 |