Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

python

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?

like image 640
user2895965 Avatar asked Oct 26 '25 18:10

user2895965


1 Answers

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?

like image 121
Joe Boon Avatar answered Oct 28 '25 06:10

Joe Boon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!