This patch changes the return type of methods returning `std:wstring` to `std::string` in `PythonPathSetup.cpp`. This follows lldb's style of converting to `std::wstring` at the last moment.