On Fri, Jan 27, 2017 at 5:56 PM Dave Page <dp...@pgadmin.org> wrote: > On Fri, Jan 27, 2017 at 1:37 PM, Jan Alexander Steffens > <jan.steff...@gmail.com> wrote: > > I did mean Py_SetPath, not PySys_SetPath. > > Ah, OK - it wouldn't compile with that (Python 2 :-/ ) so I assumed it > was a typo. > > > Unfortunately, after checking > > again it turns out this is Python 3 only. Python 2 has no means of > changing > > the module_search_path from outside. So, there it definitely needs a > > restart. :-( > > Yeah :-(. How does the attached patch look to you? >
Looks good to me, thanks! I've tested both selecting a venv and the venv-beside-runtime.