Add Python symlink step for Gentoo
This commit is contained in:
parent
461bcc1ab9
commit
32e06ca4de
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue