What is the recommended Python environment setup on MacOS for OpenClaw and skills?
I installed OpenClaw on a new Mac Mini. I tried adding some skills via ClawHub. I'm using the default Python that comes with MacOS (not the homebrew). The skill required python-docx so I installed that via "pip install python-docx". OpenClaw can't seem to find the python library.
Should I use the Homebrew Python instead of the system default? And setup a virtual environment to install the python libraries? How would I get OpenClaw to run in the python virtual environment?