Saved Bookmarks
| 1. |
Write the coding for the following:a. To check if PIP is Installed in your PC.b. To Check the version of PIP installed in your PC.c. To list the packages in matplotlib. |
|
Answer» In command prompt type pip — version. If it is installed already, you will get version. Python -m pip install – U pip C:\Users\YourName\AppData\Local\Programs\Python\ Python36-32\Scripts>pip – version C:\Users\YourName\AppData\Local\Programs\Python\ Python36-32\Scripts>pip list |
|