-
Notifications
You must be signed in to change notification settings - Fork 369
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
Support pipfiles #174
Comments
Agreed, except we can skip "use a virtualenv" since |
Does it seem reasonable to wait until we can |
Yes, that would be reasonable. It depends on if we want to adopt the prototype implementation or wait for it to be solidified. One advantage of adopting the pipenv prototype is that it supports installing Python itself, which would solve the availability of Python 3.6. |
Another advantage of pipfiles is that it could deprecate runtime.txt, since it solves the Python-version problem for requirements.txt in a standard way, rather than a separate, custom file. |
Seeing as how binder is in beta anyway, I'm +1 on adding pipfile support now so long as we don't think it'll be a pain to maintain |
Just taking a look to see if ...is that project under active development? Assuming this is the repo, there hasn't been anything merged into master since late September, and it doesn't seem like the dev(s?) are responding to issues/PRs... |
https://docs.pipenv.org/ is the appropriate docs + links to repo I think.
…On Fri, Feb 9, 2018 at 3:23 PM, Chris Holdgraf ***@***.***> wrote:
Just taking a look to see if pipfile has matured at all, and...
...is that project under active development? Assuming this is the repo
<https://github.com/pypa/pipfile>, there hasn't been anything merged into
master since late September, and it doesn't seem like the dev(s?) are
responding to issues/PRs...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB23u1viiGrOGLEc4PwWjdeXTFksc9Rks5tTNOPgaJpZM4RHxMs>
.
--
Yuvi Panda T
http://yuvi.in/blog
|
My understanding is that the |
that is great news! a lack of activity because everyone is in general agreement to the spec is much preferable to a lack of activity because the project is stale :-) |
Is pipfile support a matter of "somebody just needs to make the PR" now? Or are we waiting for something to change in the pipfile spec etc? Just asking so we can clarify the issue w/ a path forward! |
@choldgraf yep, it's 'someone needs to make a PR'. |
Jumping on here 👋 it seems this is looking for someone to work on the issue and create a PR so I am volunteering myself to do this |
woooo go go go @trallard! :-) |
Is this ticket good to close ? |
Not yet as #447 added a |
@trallard do you have some (half done) code for this? After seeing https://twitter.com/palewire/status/1100786779848728576 I am keen/re-invigorated to get Pipenv support done :) Adding support for it would be a good way for me to learn what they are and how it works but if you have already done some work we should base it on that. |
Hey sorry this fell through the cracks 😑 I have some work done for this will push it ASAP |
let us know how we can help @trallard ! |
+1 @trallard I consider this to be of massive value to BinderHub, I'd be happy to help! |
@consideRatio if you want to get started on this I think it would be Ok to open a PR. I think @trallard is super busy so we can move ahead without waiting. |
Moving from jupyterhub/binderhub#357
I think if we have a Pipfile, we should do the following:
The text was updated successfully, but these errors were encountered: