vercel / fun

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

Add support for system installed `python3` runtime #34

Closed styfle closed 5 years ago

styfle commented 5 years ago

This PR adds a new runtime for python3 that uses the system's python installation and then fallback to python.

Related to