Table of Contents

Python

User level installation of package

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

List all Installed Modules

In order to list all module installed on system use following command.

python -c "help('modules')"