I\'m running Ubuntu 9:10 and a package called M2Crypto is installed (version is 0.19.1). I need to download, build and install the latest version of the M2Crypto package (0.
pip install -U $(pip list --outdated | awk 'NR>2 {print $1}')