First time here? Check out the Help page!
| 1 | initial version |
After a fair bit of research, I determined the the only other alternatives to either setting the python path like so:
openstudio --python_path /path_to_python_packages run --workflow wkfl.osw
OR adding this in hte measure
sys.path.insert(0, 'path_to_custom_python_packages')
Is to
| 2 | No.2 Revision |
After a fair bit of research, I determined the the only other alternatives to either setting the python path like so:
openstudio --python_path /path_to_python_packages run --workflow wkfl.osw
OR adding this in hte measure
sys.path.insert(0, 'path_to_custom_python_packages')
Is to
If I attempt either of this I will add updates to this question