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
Here's how to obtain the requested result:
python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
Verify a successful installation by opening a command prompt window and navigating to your Python installation's script directory (default is C:\Python27\Scripts). Type pip freeze from this location to launch the Python interpreter.
https://github.com/BurntSushi/nfldb/wiki/Python-&-pip-Windows-installation