Re[2]: [IPython-user] Re: Re: Re[2]: IPython not reloading file under Win2000
Alan G Isaac
aisaac at american.edu
Mon Jul 18 14:00:27 CDT 2005
On Mon, 18 Jul 2005, Jerry McRae apparently wrote:
> The program DOES NOT make any attempt to decode this
> literally, or do anything but use the environment
> variables as literals.
I'm not quite sure what you're saying. But see the part:
for evar in ('HOME', 'USERPROFILE', 'TMP'):
try:
path = os.environ[evar]
if os.path.isdir(path):
homedir = os.path.join(path, PYTHONCARD_CONFIG_DIR)
etc.
Cheers,
Alan Isaac
More information about the IPython-user
mailing list