@mmomtchev/python-xpack
v3.12.11-2
Published
A binary xPack with a standalone Python distribution
Readme
python-xpack
A binary xPack with a standalone Python distribution
Installation
npm install xpm
# with Python 3.12
npx xpm install @mmomtchev/python-xpack@3-12
# with Python 3.10
npx xpm install @mmomtchev/python-xpack@3-10Then, as usual, everything launched from xpm scripts will automatically use this Python.
If you get SSL certificate validation problems on macOS, try pointing OpenSSL to the correct system certificate:
export SSL_CERT_FILE=/etc/ssl/cert.pem