You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, pex.resolver.resolve resolves distributions as wheels installed in individual tmpdir chroots. If a client wants the installed wheel to outlast the process, they need to copy or move the chroot somewhere. Allow clients to avoid the copy by specifying a chroot root directly for resolve to install wheels into.
The text was updated successfully, but these errors were encountered:
Currently,
pex.resolver.resolve
resolves distributions as wheels installed in individual tmpdir chroots. If a client wants the installed wheel to outlast the process, they need to copy or move the chroot somewhere. Allow clients to avoid the copy by specifying a chroot root directly forresolve
to install wheels into.The text was updated successfully, but these errors were encountered: