You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really love this plugin and appreciate your work. It works well for interpreters installed locally, but seems not support that installed in Docker.
For example, I have multiple versions of Python installed by docker pull <python_image> and usually run python scripts by: docker run --rm -it <python_image> python <script.py>. But I cannot make it work in obsidian with this plugin. If I set the Python path as docker run --rm -it <python_image> python and run the code, it reports "Error launching process: Error: Spawn docker run --rm -it <python_image> python ENOENT."
So is it possible in future to support interpreters installed in Docker? Thanks.
The text was updated successfully, but these errors were encountered:
I really love this plugin and appreciate your work. It works well for interpreters installed locally, but seems not support that installed in Docker.
For example, I have multiple versions of Python installed by
docker pull <python_image>
and usually run python scripts by:docker run --rm -it <python_image> python <script.py>
. But I cannot make it work in obsidian with this plugin. If I set the Python path asdocker run --rm -it <python_image> python
and run the code, it reports "Error launching process: Error: Spawn docker run --rm -it <python_image> python ENOENT."So is it possible in future to support interpreters installed in Docker? Thanks.
The text was updated successfully, but these errors were encountered: