Category Archives: Python

How to install python 3.6.7 and pip on Ubuntu 18.04


With Ubuntu 18.04.2, you get python 3.6.7 pre-installed. To check it, you simply launch the terminal and run python version check command If you still want to install python3.6 on your Ubuntu 18.04, please run the terminal command below To install pip3 on Ubuntu 18.04, run the following terminal command

How to install pip in Windows


How to install python pip in Microsoft windows 7/8/10 with python installation and manually as well. Steps to download and install pip in Windows download the pip file on your system desktop/downloads folder from https://pip.pypa.io/en/stable/installing/ Launch Windows CMD and navigate to the folder, where pip is downloaded and then type in the CMD: python get-pip.py … Continue reading How to install pip in Windows

How to install python 3.7.2 on Windows 10 – 64/32 bit


https://youtu.be/ndrCfBJkkvE I’m going to show you how to download and install Python three point seven point two on your Microsoft operating systems so this is Microsoft Windows 10. You can see it here and this is basically 64-bit operating system and 64-bit based processor in case if you have 32-bit don’t worry! I’m going to … Continue reading How to install python 3.7.2 on Windows 10 – 64/32 bit