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

Make updating easier #16

Open
grimnight opened this issue Aug 31, 2014 · 6 comments
Open

Make updating easier #16

grimnight opened this issue Aug 31, 2014 · 6 comments

Comments

@grimnight
Copy link

It should be easier to tell when a venv needs to be updated and to update.

Add outdated <venv> command to show outdated packages like Homebrews brew outdated and updates does.
Add upgrade --all option to upgrade all venvs.

@untitaker
Copy link
Collaborator

Should this upgrade dependencies as well or just the main package? I am also not sure if we can query pip for outdated packages efficiently.

@RonnyPfannschmidt
Copy link
Contributor

needs enhancements on the pip side

@RonnyPfannschmidt
Copy link
Contributor

i created pypa/pip#2847 and pypa/pip#2847

@RonnyPfannschmidt
Copy link
Contributor

This one is also depending on on #52

@RonnyPfannschmidt
Copy link
Contributor

Given pip7 recreating the env might work quicker

@anlutro
Copy link
Contributor

anlutro commented Sep 7, 2017

I'm just doing pipsi list | grep 'Package ' | cut -d\" -f2 | xargs -n1 pipsi upgrade to upgrade all my pipsi installed packages. Would there be anything wrong with letting pipsi upgrade --all do the same sort of thing?

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

4 participants