This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theaney
Recipients
Date 2006-08-23.00:39:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=827666


Yeah, that's what the sed command is for.

By the way, it looks like python-config is taken care of in
release candidate 1. That is, after doing the altinstall for
2.5c1, I did

  # for file in pydoc idle smtpd.py; do
    mv $file ${file}2.5
    sed -i
's@/usr/local/bin/python@/usr/local/bin/python2.5@' ${file}2.5
  done

to fix things up.
History
Date User Action Args
2008-01-20 09:58:43adminlinkissue1495488 messages
2008-01-20 09:58:43admincreate