Sudo command cann't found

I have doing all command to install python3-pip but they are show done and check pip command then they show pip:command is cann’t found.plz give me a solution.

Could you share a screenshot of the issue?

hi @chhammanlalsahu0210,
first update the packages on ubuntu by using command:
sudo apt-get update
sudo apt-get -y update

Then install python3 pip3 using command:
sudo apt install python3-pip

To check is pip installed, use following command:
sudo pip3 --version

if pip has installed it will show you ther version of the pip.

Follow the above steps and let me know if it works for you or not :slightly_smiling_face::slightly_smiling_face:

try command:python3 get-pip.py