Original Translation
74
where you can supply any directory you like for the :option:`--home` option. On Unix, lazy typists can just type a tilde (``~``); the :command:`install` command will expand this to your home directory::
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