python
This is an old revision of the document!
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')"
python.1346183135.txt.gz · Last modified: 2020/08/10 02:30 (external edit)