diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java index c12967869..126e2e055 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java @@ -195,7 +195,8 @@ public abstract class BasePythonTest extends BaseRuntimeTestSupport implements R private String locateTool(List tools) { String[] roots = { "/opt/local/bin", "/usr/bin/", "/usr/local/bin/", - "/Users/"+System.getProperty("user.name")+"/anaconda3/bin/" + "/Users/"+System.getProperty("user.name")+"/anaconda3/bin/", + "/Users/"+System.getProperty("user.name")+"/opt/anaconda3/bin/" }; for(String root : roots) { for (String tool : tools) {