Python 2.2 on Red Hat
Russell Blau
russblau at hotmail.com
Wed Nov 17 09:51:30 EST 2004
More information about the Python-list mailing list
Wed Nov 17 09:51:30 EST 2004
- Previous message (by thread): Python 2.2 on Red Hat
- Next message (by thread): Python 2.2 on Red Hat
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"David Ripton" <dripton at ripton.net> wrote in message news:9b6f95cb.0411170639.6e5c45fc at posting.google.com... > Andy Jacobs <oct at redcatmedia.net> wrote in message news:<BDC02405.3068%oct at redcatmedia.net>... > So you need to put a newer Python somewhere else. > > My advice is to install modern Python (like 2.3.4), from source (it's > easy: standard ./configure; make; su; make install), under /usr/local. No, you need to "make altinstall", not "make install", to prevent having python2.3 overwrite the system's built-in python symlink. Although the advice above (as amended) is correct, it's also incredibly cryptic for someone who is not a Linux sysadmin guru! Try reading the README file in the Python source toplevel directory for somewhat more helpful directions. -- I don't actually read my hotmail account, but you can replace hotmail with excite if you really want to reach me.
- Previous message (by thread): Python 2.2 on Red Hat
- Next message (by thread): Python 2.2 on Red Hat
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list