I have pip install installing the packages to AppData/Python/Python36/Scripts folder. How do I know the exact path to this folder from Command
pip install
Here's how to obtain the requested result:
python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"