fusion-engineering / inline-python

Inline Python code directly in your Rust code
https://docs.rs/inline-python
BSD 2-Clause "Simplified" License
1.15k stars 37 forks source link

Question: How could I call Python embedded from inline-python #55

Open felipetesc opened 2 years ago

felipetesc commented 2 years ago

Hello there. Nice module. I'm wondering how can I call Python from the same directory where the executable is. So, I can ship Python embedded with the binary, or even download a given version of python to the same dir where Python is. Sublime Text do exactly the same(ship the bin).