[Mailman-Users] Installation
Leonardo Rochael Almeida
lra at insite.com.br
Fri Aug 25 17:46:28 CEST 2000
On Fri, 25 Aug 2000, Kasopa Wilbroad Chisanga wrote:
> I am trying to install mailman and despite python being on the system
> (/usr/local/bin/python) it still fails with "No such file or directory:
> python". This is happening when I enter "make install". Any idea?
>
check that you have /usr/local/bin in your $PATH:
$ echo $PATH
if it isn't, try
$ PATH=/usr/local/bin:$PATH
$ export PATH
or:
$ setenf PATH=/usr/local/bin:$PATH
depending on your shell.
Regards, Leo
More information about the Mailman-Users
mailing list