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

Fix bdist_pex interpreter cache directory #286

Merged
merged 1 commit into from
Jul 13, 2016

Conversation

brbsix
Copy link
Contributor

@brbsix brbsix commented Jul 13, 2016

Running bdist_pex results in the creation of a directory literally
named {pex_root}. Within it is a subdirectory named interpreter.

This fixes it by following behavior similar to that found at https://github.com/pantsbuild/pex/blob/master/pex/bin/pex.py#L536.

Running bdist_pex would result in the creation of a directory literally
named '{pex_root}'

This fixes it by following behavior similar to that found in pex.bin.pex:main
@kwlzn kwlzn merged commit dbdbf85 into pex-tool:master Jul 13, 2016
@kwlzn
Copy link
Contributor

kwlzn commented Jul 13, 2016

thanks for the PR @brbsix - I'm planning to cut the 1.1.12 release this week which this should go out in.

@digwanderlust - FYI.

@kwlzn kwlzn mentioned this pull request Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants