Missing Relocatability of Tulip

@fredrikekre & @mkitti
First of all thank you for your help! :slight_smile:
It was haphazardly that I included the function Tulip.__init__() in my minimal example
and it was not obvious to me that this was already the part of the Tulip-code that causes the trouble.

Ok, I understand the root cause of my problem. Consistently, I have added my local clone of Tulip.jl as development package to the primary environment, but this does not cure the problem :frowning:
During package compilation the standard Tulip.jl is taken to build the library “sys.dll”.
Is there a way to specify the local Tulip.jl-package to be utilized during package compilation?