Following images show the error and my environment variables
Asked
Active
Viewed 19 times
0

Anuraag Baishya
- 874
- 2
- 11
- 26
-
path is fine. Open a new command prompt it should work – toheedNiaz Apr 12 '18 at 09:38
-
I did it a lot of time.I also restarted the system – Sakraan Hussain Saadi Apr 12 '18 at 09:47
-
Please change `c:\python32\tools\Scripts` to c:\python32\Scripts and it open a new terminal and it should work for you . also navigate to c:\python32\Scripts folder and check if easy_install exists or not – toheedNiaz Apr 12 '18 at 10:02
-
First one my scripts folder exist within tools\scripts – Sakraan Hussain Saadi Apr 12 '18 at 10:03
-
second yes easy_install exist within Scripts folder. And I also restarted CLI as well as system. – Sakraan Hussain Saadi Apr 12 '18 at 10:04
-
can you open command prompt and try this set path=%path%;c:\python32\tools\Scripts\;c:\python32 – toheedNiaz Apr 12 '18 at 10:15
-
This doesn't answer the question, but is there a specific requirement that you need to use easy_install? You could try using pip. https://stackoverflow.com/questions/3220404/why-use-pip-over-easy-install – Anuraag Baishya Apr 12 '18 at 11:33