ktbarrett / find_libpython

Finds the libpython associated with the current Python environment, wherever it may be hiding.
MIT License
14 stars 7 forks source link

Test 32 bit conda envs #13

Closed ktbarrett closed 2 years ago

ktbarrett commented 3 years ago

Adds a test for 32 bit conda environments on Linux. Also fixes #7.

ktbarrett commented 3 years ago

Blocked by https://github.com/conda-incubator/setup-miniconda/issues/147.

ktbarrett commented 3 years ago

Good god... it's still broken. Alright, I guess I'm just not going to use setup-miniconda.

ktbarrett commented 3 years ago

Now blocked by conda-incubator/setup-miniconda#166.

ktbarrett commented 2 years ago

https://github.com/conda-incubator/setup-miniconda/issues/166 is resolved, however I'd rather wait until https://github.com/conda-incubator/setup-miniconda/issues/202 is fixed and a release completed before merging this. Will update to point to the develop branch temporarily to prove this works.

Nvm... they broke everything. Abandoning setup-miniconda for this PR. I'll get around to finishing this PR the next time someone complains about 32-bit Miniconda environments.