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

doc += a pex can contain artifacts from mult platforms, can work on mult platforms #16

Closed
lahosken opened this issue Oct 7, 2014 · 2 comments

Comments

@lahosken
Copy link

lahosken commented Oct 7, 2014

At the risk of revealing how dense I can be: I didn't know you could build a pex that contained both foo-macosx.egg and foo-linux.egg that would work on both osx and linux. I assumed you built a pex per platform.

The excellent @Yasumoto on the thread https://groups.google.com/forum/#!topic/pants-devel/9yeI4h9xu7k says "Ideally you'll have one pex, which includes dependencies for each of the platforms you need to support..." and I was enlightened.

@areitz
Copy link

areitz commented Oct 7, 2014

Be sure to also mention the "platforms" argument to Python_binary -- this
is how you tell pants which platform specific eggs to mix into the pex.

On Tuesday, October 7, 2014, Larry Hosken notifications@github.com wrote:

At the risk of revealing how dense I can be: I didn't know you could build
a pex that contained both foo-macosx.egg and foo-linux.egg that would work
on both osx and linux. I assumed you built a pex per platform.

The excellent @Yasumoto https://github.com/Yasumoto on the thread
https://groups.google.com/forum/#!topic/pants-devel/9yeI4h9xu7k says
"Ideally you'll have one pex, which includes dependencies for each of the
platforms you need to support..." and I was enlightened.


Reply to this email directly or view it on GitHub
#16.

@kwlzn
Copy link
Contributor

kwlzn commented May 16, 2018

this should now be covered by the help output in pex.

@kwlzn kwlzn closed this as completed May 16, 2018
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

No branches or pull requests

3 participants