Tyler Stapler

Results 3 comments of Tyler Stapler

I was able to build my python version including development headers by using an environment variable. I found it by reading the `python-build` documentation from pyenv https://github.com/pyenv/pyenv/tree/master/plugins/python-build#building-with---enable-shared ```shell export PYTHON_CONFIGURE_OPTS="--enable-shared"...

If you would like to test containers locally: 1. Install qemu as a binfmt interpreter You can use your os package manager https://packages.debian.org/sid/qemu-user-static ``` apt install qemu-user-static ``` Or install...

Hey @andreicozma1, Thanks for putting up this PR it solved the problem I was facing when using `from:gh-r` Unfortunately, it looks like your changes introduce this bug with `zplug update`...