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

First cut at bdist_pex #107

Closed
wants to merge 1 commit into from
Closed

Conversation

msabramo
Copy link
Contributor

@msabramo msabramo commented May 7, 2015

Something to start with

$ pwd
/Users/marca/dev/git-repos/pex

$ python -V
Python 2.7.9

$ python setup.py bdist_pex
running bdist_pex
creating dist/pex-1.0.0.dev3.pex

$ dist/pex-1.0.0.dev3.pex
Python 2.7.9 (v2.7.9:648dcafa7e5f, Dec 10 2014, 10:10:46)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>>

$ python setup.py bdist_pex --python=python3.4
running bdist_pex
creating dist/pex-1.0.0.dev3.pex

$ dist/pex-1.0.0.dev3.pex
Python 3.4.2 (v3.4.2:ab2c023a9432, Oct  5 2014, 20:42:22)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>>

$ python setup.py bdist_pex --python=python3.4 --dist-dir=pex-dist
running bdist_pex
creating pex-dist/pex-1.0.0.dev3.pex

$ pex-dist/pex-1.0.0.dev3.pex
Python 3.4.2 (v3.4.2:ab2c023a9432, Oct  5 2014, 20:42:22)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>>

See #99.

Cc: @sontek

@msabramo msabramo force-pushed the bdist_pex branch 6 times, most recently from fae4677 to 3e782d2 Compare May 7, 2015 15:05
@msabramo msabramo changed the title Add scaffolding for bdist_pex First cut at bdist_pex May 7, 2015
@msabramo msabramo force-pushed the bdist_pex branch 4 times, most recently from 919a2a1 to 2ec2fb5 Compare May 7, 2015 17:06
@msabramo
Copy link
Contributor Author

msabramo commented May 7, 2015

Note that @wickman has his own branch where he's been working on this -- see master...wickman:wickman/99 and I've sent some PRs to his branch: https://github.com/wickman/pex/pulls/msabramo

@wickman
Copy link
Contributor

wickman commented Aug 13, 2015

This is now merged as part of 1d1cae2

@wickman wickman closed this Aug 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants