The license command from site looks in lib/.., lib or . for the license file to display. With the .NET global tool install the LICENSE is not in one of those folders.
We get:
>>> license
See https://www.python.org/psf/license/
instead of the expected:
>>> license
Type license() to see the full license text
This works as expected for the msi install. Did not check the behaviour of the other installs...
See #1996
The
licensecommand fromsitelooks inlib/..,libor.for the license file to display. With the .NET global tool install theLICENSEis not in one of those folders.We get:
instead of the expected:
This works as expected for the
msiinstall. Did not check the behaviour of the other installs...See #1996