Input to update_syspath is now the new paths as list of strings (instead of dictionary) and whether to append/prepend the new paths to sys.path. Old paths are not needed. The original sys.path is stored at module import and used to construct new sys.path with new paths sent from Spyder, rather than removing old paths.
Remove obsolete set_spyder_pythonpath. Spyder now sends new paths after kernel startup.
update_syspath
is now the new paths as list of strings (instead of dictionary) and whether to append/prepend the new paths tosys.path
. Old paths are not needed. The originalsys.path
is stored at module import and used to construct newsys.path
with new paths sent from Spyder, rather than removing old paths.set_spyder_pythonpath
. Spyder now sends new paths after kernel startup.