I only have 2.(3-6) in ~/lib/ How can I install python 2.7. It's a requirement for a custom app I'm launching. The underlying issue is that I need the latest distribute/pip because of version conflicts in the app I'm trying to bootstrap (zc.buildout). but the system python2.7 doesn't seem to work with the latest distribute.
The following article has information regarding this as well: http://reinout.vanrees.org/weblog/2013/07/08/new-setuptools-buildout.html asked 19 Jul '13, 06:28 andre |
If you need a Once you've done that, you can install the latest setuptools with " Hope that helps! answered 19 Jul '13, 14:51 seanf Ty that worked
(20 Jul '13, 06:05)
andre
|