[issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Martin v. Löwis
report at bugs.python.org
Thu May 24 23:57:43 CEST 2012
Martin v. Löwis <martin at v.loewis.de> added the comment:
> 2. Yes, only the installation directory, because that's the only
> directory we create. Scripts is created by distutils/packaging, but
> perhaps we could add it since it is widely used. Anyone have an
> opinion?
Fine with me. To create an empty directory, an entry into the CreateFolder
table needs to be made. This isn't yet supported in msilib.py, but should
be a method on Directory.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3561>
_______________________________________
More information about the Python-bugs-list
mailing list