I installed A LOT of python packages for Python 2.6. Now I would like to upgrade Python to version 2.7. Is there a correct or systematic way to update all installed packages?
On my system, all packages are installed on / usr / lib 64 / python2.6 / site-packages / and / usr / lib / python 2.6 / site-packages /
One obvious way is to install Python 2.7, download all package sources or egg files and reinstall them one by one. However, some useful packages, such as numpy and scipy, are notorious for installation, especially when you need to install from the source. I expect that I will need to spend several hours to find packages and solve installation problems here and there.
Anyone have suggestions for systematically updating installed packages?
source share