i have many problem , when i run it .
How i install python3 on Debian-Desktop Rockpi
Python3 is already built into the system. Just enter python3.
i can’t use pip3 on it.
error like this:
so i can’t install some package.
You install pip3 via apt or get-pip.py?
1 Like
sudo apt install python3-pip
Remove it, and install pip via get-pip.py
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python3 get-pip.py
it’s work ,thank