0
comment
comment
on 8/17/2011 11:47 AM
In order to upgrade only a subset of the outdated packages for macports:
port outdated | grep py2 | awk ‘{print $1}’ | tr “\n” “ “ | sed ‘s/^/sudo port upgrade /g’ | sh
To only update the packages with anything to do with “py2”.