Lines Matching full:scheme
65 Python uses an installation scheme that differs depending on the platform and on
70 Distutils-based system will follow the same scheme to copy its file in the right
75 - *posix_prefix*: scheme for Posix platforms like Linux or Mac OS X. This is
76 the default scheme used when Python or a component is installed.
77 - *posix_home*: scheme for Posix platforms used when a *home* option is used
78 upon installation. This scheme is used when a component is installed through
80 - *posix_user*: scheme for Posix platforms used when a component is installed
81 through Distutils and the *user* option is used. This scheme defines paths
83 - *nt*: scheme for NT platforms like Windows.
84 - *nt_user*: scheme for NT platforms, when the *user* option is used.
85 - *os2*: scheme for OS/2 platforms.
86 - *os2_home*: scheme for OS/2 platforms, when the *user* option is used.
88 Each scheme is itself composed of a series of paths and each path has a unique
116 .. function:: get_path(name, [scheme, [vars, [expand]]])
119 install scheme named *scheme*.
125 path for the *nt* scheme is: ``{base}/Lib``.
131 If *scheme* is provided, it must be a value from the list returned by
132 :func:`get_scheme_names`. Otherwise, the default scheme for the current
144 .. function:: get_paths([scheme, [vars, [expand]]])
147 installation scheme. See :func:`get_path` for more information.
149 If *scheme* is not provided, will use the default scheme for the current
157 If *scheme* is not an existing scheme, :func:`get_paths` will raise a