Re: [ros-users] rosinstall untar of geometry-1.8.0.tar.bz2 f…

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] rosinstall untar of geometry-1.8.0.tar.bz2 fails
> What's the best way to keep all these python pieces up to date?

There is yolk (available on pypi.python.org) to check for updates.

As to updating all that need updating, there are some suggestions along
the lines of:
pip freeze --local | cut -d = -f 1 | xargs pip install -U

But you might experience some rough edges around that solution. A request
to add the functionality to pip seems to be stuck in the pull request
queue:
https://github.com/pypa/pip/pull/313