2439905184 / 2439905184/alternatives_on_windows
注意事项 非常重要!
- Dominant language
- Nim
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
如果同时在path环境变量里面使用 `etc/alternatives` (软链接原理) 和 `etc/path` (path变量替换模式原理) 可能会造成环境变量的冲突。
有个好的习惯就是自己建立两个单独的变量。

如果你需要用 `alternatives` (静态链接exe的软链接模式)就在path变量里添加 `%Path_tool_alternatives%`
如果你需要在path模式里使用,请移除 `%Path_tool_alternatives%` 并添加你需要进行多版本管理的文件夹路径
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue describes a potential conflict when using both `etc/alternatives` and `etc/path` in the PATH environment variable. The repository implements a Linux update-alternatives command for Windows. To address this, update the project's README or documentation files to warn users about the conflict and recommend creating separate environment variables as shown in the screenshot. Verify the change by checking the documentation locally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nim
- Domain
- cli, tooling
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 75/100