0

I installed pip for python 3 on my laptop a year ago and now I forgot where I installed it . But I need to know the location now normal searching for pip folder is not working can somebody help!

I already tried to install pycharm so that I could find where it is, but it was not very much helpful.

Bjamse
  • 182
  • 6
  • 15

1 Answers1

0

If you're using bash, the default shell on OS X and some linux distros, use this:

type -a pip

Shell - How to find directory of some command?

John R
  • 1,370
  • 9
  • 18