User Tools

Site Tools


python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
python [2011/10/19 16:09]
k2patel created
python [2020/08/10 02:35] (current)
Line 8: Line 8:
 python setup.py install --user python setup.py install --user
 </​code>​ </​code>​
 +
 +==== List all Installed Modules ====
 +In order to list all module installed on system use following command.
 +<code bash>
 +python -c "​help('​modules'​)"​
 +</​code>​
 +
python.1319040599.txt.gz ยท Last modified: 2020/08/10 02:30 (external edit)