diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-08-09 21:55:12 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-08-09 21:55:12 +0200 |
| commit | a4dbeb368d19f6afc0f6da3819c8e0d6242b0732 (patch) | |
| tree | 10a346747bdd8f6eea548ba99f08eedb1941e312 /packages/meshbay-node/pyproject.toml | |
| parent | 5f671267730e2d73b951f7d97d437ce8e47873a2 (diff) | |
| download | meshbay-a4dbeb368d19f6afc0f6da3819c8e0d6242b0732.tar.gz | |
fix: venv --clear required when copying repo across OS (Fedora→Ubuntu)
Root cause: certifi.where() in the Fedora venv points to
/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem which does not
exist on Ubuntu. 'python3 -m venv .venv' without --clear keeps the
Fedora certifi paths. Fix: always use --clear when recreating a venv
on a different OS.
Documented in QUICKSTART.md and CLAUDE.md.
rsync command updated to exclude .venv/ (in QE/server-state, not versioned).
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-node/pyproject.toml')
0 files changed, 0 insertions, 0 deletions