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.
            Asked
            
        
        
            Active
            
        
            Viewed 139 times
        
    1 Answers
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,865
- 2
- 13
- 23
