Suddenly pip and easy_install have stopped working.
I guess this is due to some exception thrown by the subprocess module.How should i fix pip?
Even easy_install throws the same exception.
My pip,easy_install and IDLE have been broken.
Note:I have tried using get-pip.py to reinstall pip,it throws the same exception
Pip exception text:Pip exception paste_bin
Easy install exception text: Easy_install paste_bin
The commands executed were:
pip install --upgrade pip
And
easy_install


I've fixed it. I copied my conda subprocess file and replaced my subprocess file with it.(I have 2 seperate installations)
Step by step details: