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?

link|improve this question

76% accept rate
The subject does not make sense. You compile Python against an existing zlib library. – Blackmoon Jul 10 '11 at 16:08
Ok, forgive my ignorance. I downloaded the Python 2.7 tarball, ran setup.py install, and when I'm at the Python 2.7 prompt and type import zlib I get an ImportError – Josh Russo Jul 10 '11 at 16:14
Do I need to actually compile Python 2.7 to get this to work? – Josh Russo Jul 10 '11 at 16:29
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.