Re: 2 versions of python on 1 machine
From: Nick Coghlan (ncoghlan_at_iinet.net.au)
Date: 01/07/05
- Next message: Nick Coghlan: "Re: sorting on keys in a list of dicts"
- Previous message: Nick Coghlan: "Re: Getting rid of "self.""
- In reply to: flupke: "Re: 2 versions of python on 1 machine"
- Next in thread: Peter Hansen: "Re: 2 versions of python on 1 machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 08 Jan 2005 01:26:44 +1000 To: Python List <python-list@python.org>
flupke wrote:
> Peter Hansen wrote:
>> The content of each batch file is like this:
>> @echo off
>> c:\python23\python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
More recent versions of Windows should allow you to use %* for "all the
arguments to the batch file".
> Where did you find more info on PYTHONHOME and PYTHONPATH because
> the docs don't seem to contain a whole lot of info.
I think PYTHONPATH is discussed in the tutorial. PYTHONHOME, I'm not so sure on
(PYTHONPATH and PYTHONSTARTUP are the only two you're likely to care about,
though - and I think the Tutorial covers both of them).
Cheers,
Nick.
--
Nick Coghlan | ncoghlan@email.com | Brisbane, Australia
---------------------------------------------------------------
http://boredomandlaziness.skystorm.net
- Next message: Nick Coghlan: "Re: sorting on keys in a list of dicts"
- Previous message: Nick Coghlan: "Re: Getting rid of "self.""
- In reply to: flupke: "Re: 2 versions of python on 1 machine"
- Next in thread: Peter Hansen: "Re: 2 versions of python on 1 machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|