Python site-packages
To get the path of your Python site-packages, just type the following from the console:
python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
To get the path of your Python site-packages, just type the following from the console:
python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"