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

implement an interpreter cache #47

Closed
wickman opened this issue Feb 15, 2015 · 0 comments
Closed

implement an interpreter cache #47

wickman opened this issue Feb 15, 2015 · 0 comments

Comments

@wickman
Copy link
Contributor

wickman commented Feb 15, 2015

Pants implements an interpreter cache: a set of known-working interpreters along with cached and built dependencies necessary for certain features of pex to work (e.g. setuptools, wheel, etc.) Right now you can't build pexes with wheels if your interpreter does not have wheel. Pants is smart enough to fetch and build this for you -- this functionality should be within pex instead.

@wickman wickman closed this as completed in 591e66b Apr 4, 2015
wickman added a commit that referenced this issue Apr 4, 2015
Adds an interpreter cache to the pex tool.  Fixes #47 and #48.
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