INSTALLING PIP AND COMPILER...

#2

Hi Everyone....
In this post I will be guiding you how to install pip and a compiler. Here, I want to make it clear that installing pip is necessary to install even if you use anything out of  Python, Pycharm or Visual Studio Code. But you need to install compiler only if you are using Visual Studio Code. In case you are using Pycharm IDE then you may skip the step of installing compiler.

So now, first we will install pip.

*** Here, we are using python 3 version. Downloading and installing of all the IDE's and setup are for windows operating system only.

Installing pip:

 1. Open command prompt in your computer.

2. In command prompt type, python .

3. Then type install pip.

4. pip will be then installed successfully.

5. pip is used to install various modules in python. Your Python and Pycharm IDE is fully set to use now.

In case any problem prevails in installing pip then follow these steps:
1. Find out where you have installed python in your PC.

2. Then temporarily minimize that window, and then by right clicking on This PC open properties.

3. In Properties, open Advanced System Settings. Then a dialogue box will open. Then click on Environment variables.

4. Then in User variables, click on Path and then click edit. Then again a dialogue box appears, click on New.

5. Open that minimized window where you had opened python folder. Then, open Scripts folder in it.

6. Now copy the entire path address and paste it where you had opened a dialogue box, in New. Hence, you have added a new path.

7. Now just click ok. Again click ok and then close all the files. And repeat the steps given above for installing pip.

8. After installing such software and IDEs it preferred to restart your PC.

Installing Compiler:

1. Here, we are going to install mingw compiler.

2. Click on this link, it will directly download required mingw compiler.

https://excellmedia.dl.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe

3. Using above link setup will get downloaded directly. Then open it and install.

4. Find out where is Mingw-64 folder located in your PC. Normally, it should be present in Program files in C drive.

5. In Mingw-64 folder you will find a folder open it ,then you will find Mingw32 folder open it and then open folder named bin in it.

6. After that you have to copy that path address.

7. Then by right clicking on This PC open properties. In Properties, open Advanced System Settings. Then a dialogue box will open. Then click on Environment variables.

8. Then in User variables, click on Path and then click edit. Then again a dialogue box appears, click on New.

9. And, now there you can paste that copied path address. After pasting just click on ok and close all the windows.

10. Restart your PC.

11. Your entire setup for using Microsoft Visual Studio Code is set now. 


Thank You💓!


Comments