My server has Python 2.6 installed by default. I don't dare mess with the defaults, so I've installed Python 2.7 and Python 3.2 in separate locations and switch between them using bash alias as I need them. I'm having some problems using pip and apt-get to install python packages, since they are installed as egg files to Python 2.6 dist-packages folder. I have my PYTHONPATH set to a folder where I've tried copying the egg without success.
How do I go about copying eggs between Python installations, or perhaps even share eggs between them?