Skip to content

add a pip-update command #2

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

Open
Jaymon opened this issue Mar 11, 2016 · 0 comments
Open

add a pip-update command #2

Jaymon opened this issue Mar 11, 2016 · 0 comments

Comments

@Jaymon
Copy link
Owner

Jaymon commented Mar 11, 2016

lots of times I want to update a module from github, and everytime I have to look up the syntax and copy paste, what I would love is a small script that will find the current module in python's site packages (or the virtual env) and load its setup.py and get the url and current version, if it is a github url it will make this request:

pip install git+https://github.com/NAME/PROJECT#egg=NAME>CURRENT_VERSION

so instead of having to look up the url (which I just had to again by the way) I could just do:

pip-update NAME

and have it do all the heavy lifting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant