-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 24 Jul 2005 [EMAIL PROTECTED] wrote:
> Hi all,
> is it possible to enter an interactive session and automatically
> do some initialization?
> I explain better:
> I want that when I start interactive Python on a console (I use Linux)
> two command l
Hi Bruno,
thank you..."Easy as pie !-)"
Bye.
--
http://mail.python.org/mailman/listinfo/python-list
On Sun, Jul 24, 2005 at 03:26:06AM -0700, [EMAIL PROTECTED] wrote:
> Hi all,
> is it possible to enter an interactive session and automatically
> do some initialization?
set the enviroment variable PYTHONSTARTUP to point to a startup.py of
your own, where you put all your initializations..
HTH
-
[EMAIL PROTECTED] a écrit :
> Hi all,
> is it possible to enter an interactive session and automatically
> do some initialization?
> I explain better:
> I want that when I start interactive Python on a console (I use Linux)
> two command lines be executed automatically:
[EMAIL PROTECTED] bruno $ p