How to install PIP on Windows 10 bash

Screenshot of Bash Shell

This is going to be a very short tutorial on how to install pip on Windows 10 bash, because using Python is lot more convenient on bash than on Windows. Honestly programming is lot more convenient on Linux than on Windows.

To install Python package management system (PIP) we will need Linux Bash Shell install on Windows 10. Currently there are multiple Linux based operating system available on Windows 10 Store from Ubuntu to OpenSuse. 

I'm using Ubuntu 18.04 on my system. The Linux system comes with python already install so don't need to worry about installing python. 

First thing we need to do is open up Bash shell. Then write the following paste the following code in the terminal


[sudo apt-get install software-properties-common
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install python-pip && sudo apt-get install python3-pip]
The above commands will install both Python 3 and Python 2 version of pip. It's actually better to keep both installed.

To check if your pip is working properly you can enter the following commands to check the version s of the applicaiton

[pip -V
pip3 -V]

COMMENTS

Name

Android,3,Dart,1,Data Structures,1,Explained,1,Flutter,1,Guide,5,Laptops,3,Linux,2,Mobile,2,Notes,1,PC,5,Projects,1,Rants,3,
ltr
item
Kibibyte: How to install PIP on Windows 10 bash
How to install PIP on Windows 10 bash
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikys95Ao_FIxcb_h3luHZK9nZnx3VGvUDF6Y1tpHqr74XybV2ikLe6YNBmHC_dWKvrO3VO8sCbhLG66holezzc2DwG-UVuF1wOFuXzNi-yW6b8oRvndLJu3cfEGEaJkpAZjNaigtPHcg/s640/Screenshot_5.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikys95Ao_FIxcb_h3luHZK9nZnx3VGvUDF6Y1tpHqr74XybV2ikLe6YNBmHC_dWKvrO3VO8sCbhLG66holezzc2DwG-UVuF1wOFuXzNi-yW6b8oRvndLJu3cfEGEaJkpAZjNaigtPHcg/s72-c/Screenshot_5.png
Kibibyte
https://thefatmanme.blogspot.com/2018/08/how-to-install-pip-on-windows-10-bash.html
https://thefatmanme.blogspot.com/
https://thefatmanme.blogspot.com/
https://thefatmanme.blogspot.com/2018/08/how-to-install-pip-on-windows-10-bash.html
true
5328814115800649386
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy