summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/transport
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-08-09 21:55:12 +0200
committerChristophe Besson <cbesson@gmail.com>2026-08-09 21:55:12 +0200
commita4dbeb368d19f6afc0f6da3819c8e0d6242b0732 (patch)
tree10a346747bdd8f6eea548ba99f08eedb1941e312 /packages/meshbay-node/src/meshbay_node/transport
parent5f671267730e2d73b951f7d97d437ce8e47873a2 (diff)
downloadmeshbay-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/src/meshbay_node/transport')
0 files changed, 0 insertions, 0 deletions