deno_python icon indicating copy to clipboard operation
deno_python copied to clipboard

Should i set deno_python_path here?

Open xuepeilei opened this issue 1 year ago • 2 comments

how to set deno_python_path?

xuepeilei avatar Oct 21 '24 04:10 xuepeilei

image image not working

xuepeilei avatar Oct 21 '24 04:10 xuepeilei

image

xuepeilei avatar Oct 21 '24 04:10 xuepeilei

You have to use the full path, "~" won't get expanded automatically, ("/home/myuser/..." instead of "~/")

Also imports run before your code, so try setting the env variable externally first If that works, there are tricks to make user code run before js imports

sigmaSd avatar Jan 04 '25 18:01 sigmaSd

Closing this unless a concrete issue/bug/enhancement can be described. I am guessing this may have to do with the general issues which arise around imports and non-global dependencies. See #78 for the issue about venv.

eliassjogreen avatar Feb 10 '25 09:02 eliassjogreen