Add Python symlink step for Gentoo
This commit is contained in:
parent
461bcc1ab9
commit
32e06ca4de
1 changed files with 6 additions and 0 deletions
|
@ -556,6 +556,12 @@ rc-service redis start
|
||||||
rc-service postgresql-11 start
|
rc-service postgresql-11 start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
6. Create Python version symlink for youtube-dl:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo ln -s /usr/bin/python3 /usr/bin/python
|
||||||
|
```
|
||||||
|
|
||||||
## OpenBSD
|
## OpenBSD
|
||||||
|
|
||||||
1. Install Packages:
|
1. Install Packages:
|
||||||
|
|
Loading…
Add table
Reference in a new issue