Custom python script locations WIP Rhino Code

Hi, I’m really enjoying playing with Rhino Code VS code integration in 8 WIP.

I have tracked conversations about custom python file search locations for Mac which suggested it is a future feature. Is there a planned date for introduction anytime soon? I’d love to reference my library of version controlled python modules located on my computer.

In Rhino 7, you can put Python modules into /Users/<username>/Library/Application Support/McNeel/Rhinoceros/7.0/scripts or symlinks to modules located somewhere else.
These can than be imported from either Rhino Python or GHPyhton.

1 Like

Thanks for the reply @diff-arch, I’m not familiar with symlinks, could you point me in the direction of some info on how to set them up?

Symlinks are symbolic links (cf. macOS how to).

1 Like