python
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.txt · Last modified: 2020/08/10 02:35 by 127.0.0.1