@@ -178,8 +178,9 @@ Module contents
178178 :func: `getusersitepackages ` hasn't been called yet. Default value is
179179 :file: `~/.local/lib/python{ X.Y } /site-packages ` for UNIX and non-framework Mac
180180 OS X builds, :file: `~/Library/Python/{ X.Y } /lib/python/site-packages ` for Mac
181- framework builds, and :file: `{ %APPDATA% } \\ Python\\ Python{ XY } \\ site-packages `
182- on Windows. This directory is a site directory, which means that
181+ framework builds, :file: `{ sys.prefix } /lib/python{ X.Y } /site-packages ` for
182+ VxWorks, and :file: `{ %APPDATA% } \\ Python\\ Python{ XY } \\ site-packages ` on
183+ Windows. This directory is a site directory, which means that
183184 :file: `.pth ` files in it will be processed.
184185
185186
@@ -188,7 +189,8 @@ Module contents
188189 Path to the base directory for the user site-packages. Can be ``None `` if
189190 :func: `getuserbase ` hasn't been called yet. Default value is
190191 :file: `~/.local ` for UNIX and Mac OS X non-framework builds,
191- :file: `~/Library/Python/{ X.Y } ` for Mac framework builds, and
192+ :file: `~/Library/Python/{ X.Y } ` for Mac framework builds,
193+ :file: `{ sys.prefix } ` for VxWorks builds, and
192194 :file: `{ %APPDATA% } \\ Python ` for Windows. This value is used by Distutils to
193195 compute the installation directories for scripts, data files, Python modules,
194196 etc. for the :ref: `user installation scheme <inst-alt-install-user >`.
0 commit comments