I have python 3.5 on windows 7 machine and this machine does not have any other python version.
pip comes with python 3.5 installation.
I used pip to install selenium
libraries
pip install selenium
It installed the library at:
AppData\Local\VirtualStore\
Program Files (x86)\Python 3.5\Lib\site-packages\
But IDE like pycharm looks in:
C:\Program Files (x86)\Python 3.5\Lib\site-packages\
And that is where it should be installed.
Because of this IDE is not recognizing the library and I am not able to get any help in IDE.
As a workaround I copied the library to the desired folder and it is working, but I want to know how I can configure pip to right away install at C:\Program Files (x86)\Python 3.5\Lib\site-packages\