The Interactive Startup File
BrandonRC
b.clausing at attbi.com
Wed Dec 18 18:29:48 EST 2002
More information about the Python-list mailing list
Wed Dec 18 18:29:48 EST 2002
- Previous message (by thread): The Interactive Startup File
- Next message (by thread): The Interactive Startup File
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
IDLESTARTUP is an environment variable that is set to the file after the "=" below. The "interactive window" is just a shortcut with the command line after the "=" shown below. This is how I'm invoking the interpreter in interactive mode. I just thought it would help to see exactly how I was getting into interactive mode. This shortcut was created in my start - programs folder by the python setup program. B "Martin v. Löwis" <martin at v.loewis.de> wrote in message news:atqph7$en9$07$1 at news.t-online.com... > > Am I understanding correctly? > > > > IDLESTARTUP = D:\Program Files\Python22\PythonStartUpCmds.py > > "Interactive Window" = "D:\Program Files\Python22\pythonw.exe" > > "D:\PROGRA~1\Python22\Tools\idle\idle.pyw" > > What are these assignments supposed to mean? Where are they stored? > > Regards, > Martin >
- Previous message (by thread): The Interactive Startup File
- Next message (by thread): The Interactive Startup File
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list