Y
Hacker News
new
|
ask
|
show
|
jobs
by
ekianjo
2931 days ago
And pip s upgrade process for packages is almost non existent, while R supports that very, very easily.
1 comments
Giroflex
2931 days ago
Never had any trouble with `pip install --upgrade library`.
Not sure if there's support for upgrading all packages at once, though.
link
ekianjo
2931 days ago
There is no such support for multiple packages at once. R can do it though.
link
scaryclam
2931 days ago
You can certainly update multiple packages at once using pip. Just use a requirements.txt file, which you should be doing anyway if you're using multiple packages (or just want to be able to reproduce your environment).
link
Not sure if there's support for upgrading all packages at once, though.