two step process https://www.youtube.com/watch?v=zPMr0lEMqpo https://pip.pypa.io/en/stable/installing/ PIP install -> Do you happen to have the Perl pip lying around somewhere? Sounds like the problem described here: https://github.com/mike-perdide/gitbuster/issues/62 To check, in Windows command prompt execute: C : \>where pip This will potentially output the following: C : \strawberry\perl\b in \pip C : \strawberry\perl\b in \pip . bat If so, this is your problem. Unistall Strawberry Perl or use the full path to python pip. in my case - below is - Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\gdorge\01_Projects\Python_SilkPerformer>pip Did not provide a command C:\gdorge\01_Projects\Python_SilkPerformer>pip install pandas Unknown or unsupported command 'install' C:\gdorge\01_Projects\Python_SilkPerformer>where pip C:\Program Fil...
gorakshnath@gmail.com