BHoM / Python_Toolkit

GNU Lesser General Public License v3.0
3 stars 2 forks source link

Add a run bool as an input to BasePythonEnvironment #130

Closed Tom-Kingstone closed 9 months ago

Tom-Kingstone commented 9 months ago

Description:

This method is generally computationally expensive, and when used in grasshopper will run and freeze rhino the moment it is placed in the canvas, or when a gh script with one in it is opened. This leads to a generally bad experience, so should be made the same as the LBT Toolkits' own python environment installer.

A boolean run should be added as an input that, when set to true, loads/installs the base python environment.