[Python-bugs-list] [ python-Bugs-479137 ] unset PYTHON* shell vars

noreply@sourceforge.net noreply@sourceforge.net
Wed, 07 Nov 2001 09:18:34 -0800


Bugs item #479137, was opened at 2001-11-07 07:17
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=479137&group_id=5470

Category: Build
Group: Python 2.1.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: unset PYTHON* shell vars

Initial Comment:
When I install on a new machine, MacOS X iBook using bash, with PYTHONHOME, PYTHONPATH, and PYTHONSTARTUP set the make, test, and install will fail.

Usually this is not a problem since I have previous versions of Python and I have never seen this.

I would suggest that in make these variables are unset before continuing. It took me a while to figure out why various standard packages (os, regex, etc) were not being found.




----------------------------------------------------------------------

>Comment By: Neil Schemenauer (nascheme)
Date: 2001-11-07 09:18

Message:
Logged In: YES 
user_id=35752

This is fixed in 2.2 with the addition of the -E command
line option (ignore environment variables like PYTHONPATH
and PYTHONHOME that modify the behavior of  the  interpreter).

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=479137&group_id=5470