Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35291 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2012-12-22 01:07 +1100 |
| Last post | 2012-12-22 01:07 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: compile python 3.3 with bz2 support on RedHat 5.5 Chris Angelico <rosuav@gmail.com> - 2012-12-22 01:07 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2012-12-22 01:07 +1100 |
| Subject | Re: compile python 3.3 with bz2 support on RedHat 5.5 |
| Message-ID | <mailman.1148.1356098829.29569.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web