Add Python symlink step for Gentoo

pull/4461/head
frankstrater 2021-09-27 09:18:05 +02:00 committed by Chocobozzz
parent 461bcc1ab9
commit 32e06ca4de
1 changed files with 6 additions and 0 deletions

View File

@ -556,6 +556,12 @@ rc-service redis start
rc-service postgresql-11 start
```
6. Create Python version symlink for youtube-dl:
```
sudo ln -s /usr/bin/python3 /usr/bin/python
```
## OpenBSD
1. Install Packages: