Re: [Tutor] Environmental variables?

2006-03-02 Thread Alan Gauld
> You can do this by setting an environment variable named PYTHONSTARTUP to > name of a file containing your start-up commands > > How do I set environmental variables in Windows? If it's Windows 9x/Me use AUTOEXEC.BAT. SET PTYTHONSTARTUP C:\mypath\myfile.py If its Windows NT/2000/XP right click

[Tutor] Environmental variables?

2006-03-02 Thread Kermit Rose
In the primary tutor file, in section 2.2.4 The Interactive Startup File . It states: You can do this by setting an environment variable named PYTHONSTARTUP to the name of a file containing your start-up commands How do I set environmental variables in Windows? Kermit< [EM