srplab / starcore_for_flutter

middleware for flutter calling other script languages
140 stars 29 forks source link

Set own python interpreter #21

Closed MCTRACO closed 3 years ago

MCTRACO commented 3 years ago

I´m trying to set a portable python interpreter so i can make the app portable.Does anyone know how to do this Thanks in advance!

MCTRACO commented 3 years ago

Oh i discovered it you just need (for windows) to add await Starflut.setEnv("Path",your python path)