In particular, Python-side *taggingbackends* may call Julia-side *TaggingBackends* to compile the data from a data repository, prior to training a tagger.
...
...
@@ -232,6 +235,3 @@ As exemplified above, on Linux, or macOS with coreutils installed, a relative pa
```
JULIA_PROJECT=$(realpath <path>)
```
There is a known issue with `JULIA_PROJECT` not being properly propagated on calling `larvatagger.jl`, in the case Julia was installed using juliaup.
Prefer [jill](https://pypi.org/project/jill/) instead of juliaup.