Sorry, something went wrong.
|
Hi @cs01! Thank you for doing this. This content is great, but I'd prefer it be under "guides" instead of "tutorials". The reason being is that tutorials should be focused on accomplishing a single task with the minimal amount of tools and information. In fact, this particular tutorial has been on my list to clean up for a while. "Guides", on the other hand, are great for things that explore specific use cases. How would you feel about moving this to a guide and possibly linking to it from the tutorial? |
Sorry, something went wrong.
|
Thanks for the quick reply! How would you feel about moving this to a guide and possibly linking to it from the tutorial? Sure, not a problem. Which part of the guide do you think it belongs in? And what type of content should I leave in the tutorial? The same section that I just added but with just a link to the guide? |
Sorry, something went wrong.
|
A new guide, all for itself! Something like "Installing stand-alone command line tools" would work. And what type of content should I leave in the tutorial? Maybe just a note or a link at the bottom that says something like "If you're looking to install stand-alone command line tools, consider using pipx". |
Sorry, something went wrong.
|
Awesome, thank you! Will add a new commit tonight or in the next few days when I have the time. |
Sorry, something went wrong.
|
Replaced tutorial with new guide "Installing stand alone command line tools" and also added a link in the installation tutorial. |
Sorry, something went wrong.
|
Tangent: only reading the comments without reading the PR itself, I was confused by the fact that https://pypi.org/project/pipx/ is not the pipx being referred to here. So while I can understand the desire to use the name pipx by analogy with npx, I think it will be incredibly confusing for end users when the naive bootstrapping approach of running pip install --user pipx and managing pipx using pip rather than itself doesn't actually work. (Before reading your guide I assumed I'd be able to just replace pipsi with pipx in my current bootstrapping instructions, but that isn't the case) The simplest resolution might be to open on issue on https://github.com/khalti/pipx and ask the Khalti folks if they'd be willing to relinquish the pipx name on PyPI to you - given the only change they've made since August 2017 is to add a note pointing out that the project isn't actually maintained, they may be willing to help you out. I don't think that concern should block merging the guide though - I'll just note in the draft guide where I think a bit more clarification would be helpful. |
Sorry, something went wrong.
|
Actually, that would be ideal. @cs01 Do you mind holding off on this until we hear back from the pipx folks? If you would like, I can reach out to them on your behalf. |
Sorry, something went wrong.
|
Actually, that would be ideal. @cs01 Do you mind holding off on this until we hear back from the pipx folks? If you would like, I can reach out to them on your behalf. Sounds good. I was going to suggest the same thing to avoid churn in the docs. Nick's request was agreed to (khalti/pipx#2), so now I am waiting on @ludbek to grant me access. |
Sorry, something went wrong.
|
Awesome. :) Ping me when you're ready for another review.
…On Fri, Feb 1, 2019 at 10:17 AM Chad Smith ***@***.***> wrote:
Actually, that would be ideal. @cs01 <https://github.com/cs01> Do you
mind holding off on this until we hear back from the pipx folks? If you
would like, I can reach out to them on your behalf.
Sounds good. I was going to suggest the same thing to avoid churn in the
docs. Nick's request was agreed to (khalti/pipx#2
<khalti/pipx#2>), so now I am waiting on @ludbek
<https://github.com/ludbek> to grant me access.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#594 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPUc4u-pr7W1KTZqVRkTWfdSK34K5cVks5vJITOgaJpZM4aVSsg>
.
|
Sorry, something went wrong.
Sorry, something went wrong.
|
@ncoghlan thanks for helping to get the pipx name transferred over to me 😄. @ncoghlan @theacodes I've updated pipx on PyPI and these docs, so it's ready for another review 😄. |
Sorry, something went wrong.
|
@theacodes Since this is a whole new guide, l figure it's worthwhile leaving pushing the big green button to you so that it gets two pre-merge reviews :) |
Sorry, something went wrong.
Sorry, something went wrong.
pipx (https://github.com/cs01/pipx) is a command execution tool like pipsi, and was mentioned in this thread. #406
Pipsi is no longer maintained, and pipx (my project) hopes to pick up where pipsi left off.
I took a shot at adding a section to the installation tutorial. I think this type of tool provides a lot of value to the python community yet doesn’t seem to be very well known. Hopefully this will change that 😄 .