sudo ln -f -s /usr/bin/python3 /usr/bin/python

This commit is contained in:
qo-op 2021-07-20 20:04:25 +02:00
parent b943e742eb
commit ced573bd20
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if [[ "$USER" == "pi" ]]; then ## PROPOSE QR_CODE PRINTER
fi
# python3 -m pip install -U silkaj
## python -> python3 link
ln -f -s /usr/bin/python3 /usr/bin/python
sudo ln -f -s /usr/bin/python3 /usr/bin/python
## GIVE ACCESS TO www-data group
sudo usermod -aG www-data $USER