Open Your terminal
You can open your terminal by hitting CTRL+ALT+T at once or searching apps for terminal
Write the right command...
command is : $ sudo apt install python3-pip
Type The password for Super User
Your password will be hidden so that you cannot see it. Don't worry, Type it Correctly and hit ENTER
[sudo] password for :
Accept to Install
Enter Y when you asked for the permissions
Confirm whether it is installed correctly
Your installation is finished and type: ~$ pip3 --version
If it outputs the path where it is installed You're all set and ready to install packages using pip. Otherwise you have to repeat above steps correctly.
Happy Coding...
Comments
Post a Comment