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

Should i set deno_python_path here? #73

Open
xuepeilei opened this issue Oct 21, 2024 · 3 comments
Open

Should i set deno_python_path here? #73

xuepeilei opened this issue Oct 21, 2024 · 3 comments

Comments

@xuepeilei
Copy link

xuepeilei commented Oct 21, 2024

how to set deno_python_path?

@xuepeilei
Copy link
Author

image
image
not working

@xuepeilei
Copy link
Author

image

@sigmaSd
Copy link
Contributor

sigmaSd commented Jan 4, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants