On 8/4/21 2:24 PM, Kartheek Reddy Bondugula wrote:
Hi,
I am trying to start the mailman server on a mac according to the instructions given on the website as shown -
What web site? A URL to the instructions you followed would help.
$(py3) git clone git@gitlab.com:mailman/mailman.git $(py3) cd mailman $(py3) python setup.py develop
Rather than 'python setup.py develop', do 'pip install -e ./'
$(py3) mailman start $(py3) cd ..
But I run into the following problem -
Starting Mailman's master runner Generating MTA alias maps /usr/local/Cellar/python@3.9/3.9.5/bin/python3.9: can't open file '/usr/local/opt/python@3.9/bin/master': [Errno 2] No such file or directory
Can anyone help me out with this?
There should be a master
in the same bin/ directory as mailman
which
is probably not '/usr/local/opt/python@3.9/bin/'
What does mailman info
show?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan