0

I have several pip.exe, one in python package,another in anaconda. when i input pip in windows console,which pip.exe will be used,and why the pip.exe is used.

inaMinute
  • 433
  • 4
  • 14

1 Answers1

1

type where pip from windows command line. You will get to know which pip.exe is being used

C:\Users\lade>where pip
C:\Python27\Scripts\pip.exe

C:\Users\lade>

For more details on where Is there an equivalent of 'which' on the Windows command line?

Sandeep Lade
  • 1,726
  • 1
  • 11
  • 20