Hello! Does anyone have any experience setting up virtual environment in the grasshoper Cpython component? How do people manage their own python libraries and import local python libraries? Looking for recommendations! Thank you!
Virtual environments are tricky as things get very complicated inside a long runing process like Rhino.
- You can specify your packages and the editor will handle installing them for you
- You can specify search paths in editor configs and point to where your local modules are
There are more advanced configuration options as well but these should get you started. You can continue this thread and tag me directly anywhere as well.
Welcome to the forum!!