Steve Dower added the comment:
Correct, and if you look ahead to 3.6 then you'll see I've already changed how
this works. There is now support for a python._pth file that contains exactly
the paths you want in sys.path, as well as suppressing all other sources.
--
resolution: -> not a
Paul Moore added the comment:
See https://docs.python.org/3/using/windows.html#embedded-distribution - "When
extracted, the embedded distribution is (almost) fully isolated from the user’s
system, including environment variables, system registry settings, and
installed packages."
This is deli
New submission from Jarno Rajala:
The Windows 64-bit embeddable Python 3.5.2 (also 3.5.1), downloadable from
https://www.python.org/ftp/python/3.5.2/python-3.5.2-embed-amd64.zip, does not
set sys.path according to PYTHONPATH.
To reproduce this bug, run these commands from the directory with the