Skip to content

Instantly share code, notes, and snippets.

@martincabrera
Created February 22, 2021 13:22
Show Gist options
  • Save martincabrera/a05498cba17f3d7fdc2d221a30290466 to your computer and use it in GitHub Desktop.
Save martincabrera/a05498cba17f3d7fdc2d221a30290466 to your computer and use it in GitHub Desktop.
Python pid
{:ok, pid} = :python.start([{:python_path, to_charlist(path)}, {:python, 'python3'}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment