Path of the script is ignored by `python-jl`
Open
- Dominant language
- Python
- Stars
- 893
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
I have a python script which loads code from a separate file.
When I try to run `python script_file.py`, pyjulia complains that the python binary isn't compatible. So, I have run it with `python-jl`, however the code from the separate python file cannot be loaded.
I checked the `sys.path`, and it's missing the folder from which the python file is running. Could it be included automatically when running `python-jl`? I have done a quick fix to the script, but it's ugly and it would be much nicer to have it done by `python-jl`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.