Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在安装 anaconda 时遇到无法找到目录的问题,它似乎源于 Python for Windows 在安装时启用了最大路径长度设置。事后有没有办法让我禁用此设置?
谢谢!
尝试以管理员身份运行它。
reg add HKLM\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1
您是否知道此设置可能导致与旧系统不兼容?我完全支持启用长路径,只是想确保您了解副作用。