I am trying to use the PYTHONSTARTUP environment variable. I installed it as "c: \ python25 \ pythonstartup.py" in "My Computer" β "Advanced", etc., and it does not work.
Opening IDLE does not run the script, although it recognizes the variable:
>>> import os >>> os.environ['PYTHONSTARTUP'] 'c:\\python25\\pythonstartup.py' >>>
I am using XP and Python 2.5.2. I do not want to upgrade to 3.0.
thanks
python startup
RS
source share