i have many problem , when i run it .
Python3 is already built into the system. Just enter python3.
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
