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.
In Juptyer notebook, a very simple way is
!pip install --upgrade
So, you just need to replace with the actual package name.