Original Translation
75
python setup.py install --home=~
76
The :option:`--home` option defines the installation base directory. Files are installed to the following directories under the installation base as follows:
77
Type of file
78
Installation Directory
79
Override option
80
pure module distribution
81
:file:`{home}/lib/python`
82
:option:`--install-purelib`
83
non-pure module distribution
84
:option:`--install-platlib`