jupyter-xeus / xeus-python

Jupyter kernel for the Python programming language
BSD 3-Clause "New" or "Revised" License
432 stars 73 forks source link

Wasm fix #595

Closed DerThorsten closed 11 months ago

DerThorsten commented 11 months ago

In emscripten-forge, in the python package we have some "fake" python binaries (ie PREFIX/bin/python3, PREFIX/bin/pip and so on) which just print the message that these binaries are not supported for that platform. But the FindPython mechanism is confused by this, therefore we just remove these fake binaries.