vercel / fun

ƒun - Local serverless function λ development runtime
Apache License 2.0
482 stars 26 forks source link

No longer rely on system Python for installs of python3 runtime #93

Closed trek closed 11 months ago

trek commented 11 months ago

Back in #34 we added Python 3 that would fallback to system Python 3 if it exists. In MacOS 12.3 Apple removed system python.

This PR updates python3 to behave like the other python runtimes by calling installPython.

See:

EndangeredMassa commented 11 months ago

Can we also update the readme to not say that it falls back to system python? https://github.com/vercel/fun/blob/main/README.md?plain=1#L83