I installed a package by "pip inatall " and I want to find where the package is located on my disk.
I found these post: List all virtualenv and How do I find the location of my Python site-packages directory?, but they didn't answer my question.
My terminal doesn't know the commands 'lsvirtualenv' or 'workon'. The function site.getsitepackages() returned:
['/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages']
None of these directories included 'okcupyd'.