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

Create a way to merge PEX environments at runtime #30

Closed
wickman opened this issue Dec 4, 2014 · 0 comments
Closed

Create a way to merge PEX environments at runtime #30

wickman opened this issue Dec 4, 2014 · 0 comments

Comments

@wickman
Copy link
Contributor

wickman commented Dec 4, 2014

e.g. create PEX_PATH that is the analogue to PYTHONPATH and do something like:

pex -r pantsbuild.pants -e pants.bin.pants_exe:main -o pants.pex
pex -r pantsbuild.plugin1 -r pantsbuild.plugin2 -r ... -o pants_plugins.pex
PEX_PATH=$PEX_PATH:pants_plugins.pex ./pants.pex

and have all the distributions from pants_plugins.pex mixed into pants.pex (providing that there are no conflicts.)

wickman added a commit that referenced this issue Apr 17, 2015
Implement PEX_PATH, allowing merging of PEX environments.  Fixes #30.
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

1 participant