Execute a Python script in the background from another extension #16024
|
I'm running a Python daemon in the background from my extension (terminal that doesn't request focus). However, I want this python process to respect a user's virtual environments and use |
Answered by
brettcannon
Apr 23, 2021
Replies: 1 comment 5 replies
|
There isn't a way for us to do the execution, but we have an API which exposes what environment a user has selected (i.e. we tell you the path to the interpreter and some relevant details). Would that work for you? |
5 replies
Answer selected by
phschaad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't a way for us to do the execution, but we have an API which exposes what environment a user has selected (i.e. we tell you the path to the interpreter and some relevant details). Would that work for you?