While working on cross-language tests, I noticed that the theta executable would fail with an awkward error message:
THETA_LOAD_PATH: getEnv: does not exist (no environment variable)
This PR handles this case explicitly and provides a clearer error message:
No Theta load path set. You can either:
• specify the load path on the command line with the (--path|-p) argument
• set the THETA_LOAD_PATH environment variable
While working on cross-language tests, I noticed that the
theta
executable would fail with an awkward error message:This PR handles this case explicitly and provides a clearer error message: