Skip to content

Commit 69f9001

Browse files
committed
Fixes #1395
1 parent 88d512b commit 69f9001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/Python/PythonInterpreter.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ void PythonInterpreter::initialize_eventhandler(const std::string& commandLine,
289289
// relative paths
290290
lib_path_list.push_back(lib_path.parent_path() / boost::filesystem::path("Frameworks") / PYTHONPATH);
291291
lib_path_list.push_back(lib_path / PYTHONPATH);
292+
lib_path_list.push_back(lib_path.parent_path() / PYTHONPATH);
292293

293294
if (isOSXSCIRunTestExecutable(commandLine))
294295
{

0 commit comments

Comments
 (0)