-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Support running via -m
#1474
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
Comments
Please see this comment -- you need to call pip via |
I think making things work with This would require pew to work that way first. |
@uranusjr I am far from an expert with regard to this aspect of our implementation so I will reopen for now Do you have a clear understanding of what is preventing pew from working this way? |
It needs to add a pew’s entry point is from .pew import pew
if __name__ == '__main__':
pew() |
@uranusjr ah I thought you were saying there was something more significant You should submit a PR upstream! |
I have already too many things at hand. This is literally a three-liner but I just don’t want to go through the human part off submitting patches. Somebody please do that please? Pretty please? <insert cat gif here> |
I can do it.
…On Thu, Feb 22, 2018 at 6:26 PM Tzu-ping Chung ***@***.***> wrote:
I have already too many things at hand. This is literally a three-liner
but I just don’t want to go through the human part off submitting patches.
Somebody please do that please? Pretty please?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1474 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABhjq-P2yix1OxsIluLUdYLR1vXTTgs9ks5tXiHogaJpZM4SQOmP>
.
|
And if @jtratner can't find the time I can try as well. |
Requiring pew to be installed with the same version of python would be a pain — let's fall back to a system-available pew if |
not necessary, just being thorough. |
PR up - pew-org/pew#177 |
merged :) |
waiting on a release |
With the current release: C:\Users\Dan.Ryan>pipenv --version
pipenv, version 11.0.2
C:\Users\Dan.Ryan>py -3 -m pipenv --version
pipenv, version 11.0.2 /cc @brettcannon Thanks for the contributions all 🎆 |
@techalchemy Most operations (e.g. |
this is not going to happen. |
i experimented heavily with getting us to run pew directly, and it's just not feasible. |
so, we're going to have to stick with subprocessing it out and expecting it to be in the PATH. |
although, it's very fun to write |
I don’t mean running it directly, but with subprocess with |
ah, i hadn't considered that! |
So should this issue be re-opened to track calling |
Let’s just track it here. |
👍 |
making this work anyway. |
done |
released |
Sorry for holding this up 😞 |
No worries @berdario we included pew in our vendored packages within a few hours of my PR probably mostly to support the |
It would be great if
python3 -m pipenv
worked in order to support Windows users better as neitherpipsi
nor--user
installs are accessible by default. As it currently stands there's a message aboutpew
needing to be on thePATH
, although there's an environment variable calledPIPENV_VENV_IN_PROJECT
which doesn't seem to have a corresponding command-line flag (I also didn't think to test if this removed thepew
warning before leaving work today).The text was updated successfully, but these errors were encountered: