Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35291
| References | <tencent_0E6FAEEE075DD7D53BF2E89A@qq.com> |
|---|---|
| Date | 2012-12-22 01:07 +1100 |
| Subject | Re: compile python 3.3 with bz2 support on RedHat 5.5 |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1148.1356098829.29569.python-list@python.org> (permalink) |
On Fri, Dec 21, 2012 at 5:35 PM, Isml <76069016@qq.com> wrote: > By the way, RedHat 5.5 has a built-in python 2.4.3. Would it be a problem? You may want to consider using 'make altinstall' rather than 'make install'. That way, you don't stomp all over the system Python (so system scripts that expect 2.4 will still work), but you can type 'python3' to invoke your newly-built one. ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: compile python 3.3 with bz2 support on RedHat 5.5 Chris Angelico <rosuav@gmail.com> - 2012-12-22 01:07 +1100
csiph-web