-
Notifications
You must be signed in to change notification settings - Fork 133
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
Comments
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. |
needs enhancements on the pip side |
i created pypa/pip#2847 and pypa/pip#2847 |
This one is also depending on on #52 |
Given pip7 recreating the env might work quicker |
I'm just doing |
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 Homebrewsbrew outdated
and updates does.Add
upgrade --all
option to upgrade all venvs.The text was updated successfully, but these errors were encountered: