This commit is contained in:
2021-08-03 13:01:56 +02:00
parent a0c53d1996
commit 64778bfbd7
+1 -1
View File
@@ -26,4 +26,4 @@ Download the Lite Image from here: https://www.raspberrypi.org/software/operatin
- generate alternatives: - generate alternatives:
- `update-alternatives --install /usr/bin/python python /usr/bin/python3.7 2 # on debian buster default python3 is 3.7` - `update-alternatives --install /usr/bin/python python /usr/bin/python3.7 2 # on debian buster default python3 is 3.7`
- `update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1 # old python version` - `update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1 # old python version`
- install pip3 with `sudo apt install python3-pip`