deno_python
deno_python copied to clipboard
Should i set deno_python_path here?
how to set deno_python_path?
not working
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
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.