I'm running Mint 9 and I want to create a Virtualenv that uses Python 2.7. Python 2.6 is the default and I can create all the virtual environments I want with 2.6 because it has access to the zlib libraries. The problem is that I can't figure out how to also give 2.7 access to the zlib libraries.
Any suggestions?
setup.py install, and when I'm at the Python 2.7 prompt and typeimport zlibI get an ImportError – Josh Russo Jul 10 '11 at 16:14