In <[EMAIL PROTECTED]>, veracon wrote:

> Actually, it appears to still be using the default binary
> (/usr/bin/python). Can I be sure it's actually reading the .profile
> file? I'm executing through regular CGI in Apache.

The `~/.profile` is executed when *you* log into your account.  CGI
scripts are executed by the web server which usually has its own user and
group,  `wwwrun` or something like that, and does not read the `.profile`
in your home directory.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to