Thursday, April 2, 2020

how to fix pip not installed

mostly when we install the python in window int show the error
it can fix by the following steps

1:first open the computer property and then select the "Advanced system setting"

2: second the select the" environment variable:

and click on the "new"

 and then search the python .after open the python folder and copy the path all are shown in the images 








I hope it will help you

No comments:

Post a Comment

Python Happy Birthday Program

import turtle from random import randint , choice width = 700 height = 500 S = turtle . Screen () S . setup ( width , height ) S . bg...