Archived
update
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user