User Tools

Site Tools


python

Differences

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

Link to this comparison view

python [2012/08/28 19:45]
k2patel [User level installation of package]
python [2020/08/10 02:35]
Line 1: Line 1:
-====== 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. 
- 
-<code python> 
-python setup.py install --user 
-</​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.txt ยท Last modified: 2020/08/10 02:35 (external edit)