Shared drives
Groups that share packages across users can save storage and network traffic by installing packages from a shared directory (e.g. on a network file server).
Create and populate shared package directory
Create a
quilt_packages
directory on the shared file system.Set the
QUILT_PRIMARY_PACKAGE_DIR
to the path forquilt_packages
in step 1.Install packages to the shared directory
Set read permissions on shared directory and sub-directories
Configure clients to read from shared directory
Each reader should set the following environment variable:
Readers can can import shared packages as follows
example:
Import precedence
Quilt will first check QUILT_PRIMARY
(defaults to the local machine) and then check QUILT_PACKAGE_DIRS
(if available) when importing a package.
Refer to the Python API docs for details on quilt commands.
Last updated