'Activating "python disable path length limit" option after closing the installation wizard

I forgot to choose this option "python disable path length limit" during the installation and close the installation window. How can I activate this option now?



Solution 1:[1]

Apparently this option in the Python installer changes a Windows 10 setting to allow longer file paths.

  • Run Regedit
  • navigate to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem (you can past this into the address bar in Regedit)
  • set LongPathsEnabled to 1

For more info refer to Python installer for Windows: disable path length limit option not available and Python Setup Disabling Path Length Limit Pros and Cons?

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Joe Boon