PYTHONUSERBASE
Defines the user base directory, which is used to compute the path of the user site-packages directory and Distutils installation paths.
python setup.py install --user
In order to list all module installed on system use following command.
python -c "help('modules')"