Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The pex.resolver.resolve API should accept a target dir. #810

Closed
jsirois opened this issue Nov 25, 2019 · 1 comment
Closed

The pex.resolver.resolve API should accept a target dir. #810

jsirois opened this issue Nov 25, 2019 · 1 comment

Comments

@jsirois
Copy link
Member

jsirois commented Nov 25, 2019

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.

@jsirois
Copy link
Member Author

jsirois commented Dec 3, 2019

This was actually solved when #809 was solved via #815: The user can pass a cache dir that points to stable (non-tmpdir) storage.

@jsirois jsirois closed this as completed Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant