## python -> python3 link

This commit is contained in:
qo-op 2021-07-20 20:03:52 +02:00
parent 816c670df7
commit b943e742eb
1 changed files with 2 additions and 0 deletions

View File

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