You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple issues fixed:
1. Add --yes flag to uninstall command
- Workflow was using --yes but it wasn't implemented
- Caused "unknown flag: --yes" errors
2. Fix path.ShimsDir() to respect XDG on Linux
- path.ShimsDir() always returned ~/.dtvem/shims
- config.DefaultPaths().Shims returned ~/.local/share/dtvem/shims on Linux
- This mismatch caused shims to be created in one location but PATH
pointed to another, so "no version configured" errors appeared
3. Update workflow PATH setup for Linux XDG compliance
- Workflows hardcoded ~/.dtvem/shims for all Unix platforms
- Now correctly uses ~/.local/share/dtvem on Linux
0 commit comments