@mmomtchev/python-xpack
Version:
A binary xPack with a standalone Python distribution
22 lines (15 loc) • 504 B
Markdown
A binary xPack with a standalone Python distribution
```shell
npm install xpm
npx xpm install @mmomtchev/python-xpack@3-12
npx xpm install @mmomtchev/python-xpack@3-10
```
Then, 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:
```shell
export SSL_CERT_FILE=/etc/ssl/cert.pem
```