Lines Matching refs:packages

29    pair: site-packages; directory
34 :file:`lib/site-packages` (on Windows) or
35 :file:`lib/python{X.Y}/site-packages` (on Unix and Macintosh). For each
45 it is also checked for site-packages (sys.base_prefix and
48 the key "include-system-site-packages" set to anything other than "false"
50 searched for site-packages; otherwise they won't.
71 a subdirectory :file:`/usr/local/lib/python{X.Y}/site-packages` with three
91 /usr/local/lib/pythonX.Y/site-packages/bar
92 /usr/local/lib/pythonX.Y/site-packages/foo
103 It is typically created by a system administrator in the site-packages
116 user site-packages directory (see below), which is part of ``sys.path`` unless
149 A list of prefixes for site-packages directories.
154 Flag showing the status of the user site-packages directory. ``True`` means
164 Path to the user site-packages for the running Python. Can be ``None`` if
166 :file:`~/.local/lib/python{X.Y}/site-packages` for UNIX and non-framework Mac
167 OS X builds, :file:`~/Library/Python/{X.Y}/lib/python/site-packages` for Mac
168 framework builds, and :file:`{%APPDATA%}\\Python\\Python{XY}\\site-packages`
175 Path to the base directory for the user site-packages. Can be ``None`` if
203 Return a list containing all global site-packages directories.
219 Return the path of the user-specific site-packages directory,
232 /home/user/.local/lib/python3.3/site-packages
247 Print the path to the user site-packages directory.
253 the user site-packages directory is enabled, ``1`` if it was disabled by the
259 :pep:`370` -- Per user site-packages directory