Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Docker Support #372

Open
SteveXFLiu opened this issue Aug 4, 2024 · 0 comments
Open

[FEATURE] Docker Support #372

SteveXFLiu opened this issue Aug 4, 2024 · 0 comments
Labels
features request Request for a new feature.

Comments

@SteveXFLiu
Copy link

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.

@SteveXFLiu SteveXFLiu added the features request Request for a new feature. label Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features request Request for a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant