Setting PYTHONPATH in the virtual environment installation
Before switching from a "git clone" installation to the virtual environment install, "/home/mailman3/mailman/src/mailman" was recommended as the PYTHONPATH setting.
Here are some paths that exist in the Mailman3 virtual environment on the server in question:
/opt/mailman3/venv/lib/python3.9/site-packages/mailman/archiving /opt/mailman3/venv/lib/python3.9/site-packages/mailman/archiving/__init__.py /opt/mailman3/venv/lib/python3.9/site-packages/mailman/archiving/__pycache__ /opt/mailman3/venv/lib/python3.9/site-packages/mailman/archiving/docs /opt/mailman3/venv/lib/python3.9/site-packages/mailman/archiving/mailarchive.py
What is the proper setting for PYTHONPATH in this case?
Thanks.
----------- Keith
On Mon, Jul 15, 2024 at 7:32 PM Keith Christian via Mailman-users < mailman-users@mailman3.org> wrote:
Before switching from a "git clone" installation to the virtual environment install, "/home/mailman3/mailman/src/mailman" was recommended as the PYTHONPATH setting.
Here are some paths that exist in the Mailman3 virtual environment on the server in question:
/opt/mailman3/venv/lib/python3.9/site-packages/mailman/archiving
/opt/mailman3/venv/lib/python3.9/site-packages/mailman/archiving/__init__.py
/opt/mailman3/venv/lib/python3.9/site-packages/mailman/archiving/__pycache__ /opt/mailman3/venv/lib/python3.9/site-packages/mailman/archiving/docs
/opt/mailman3/venv/lib/python3.9/site-packages/mailman/archiving/mailarchive.py
What is the proper setting for PYTHONPATH in this case?
env = PYTHONPATH=/etc/mailman3/
As is documented in the virtualenv documentation. Just search for the string on this page: https://docs.mailman3.org/en/latest/install/virtualenv.html
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 In an Internet failure case, the #1 suspect is a constant: DNS. "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html]
participants (2)
-
Keith Christian
-
Odhiambo Washington