pyjulia
pyjulia copied to clipboard
Path of the script is ignored by `python-jl`
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