Replit

To use PairPilot with pipx on replit, you can run these commands in the replit shell:

pip install pipx
pipx run PairPilot-chat ...normal PairPilot args...

If you install PairPilot with pipx on replit and try and run it as just PairPilot it will crash with a missing libstdc++.so.6 library.