tristanisham / zvm

zvm (Zig Version Manager) lets you easily install/upgrade between different versions of Zig.
https://www.zvm.app
MIT License
484 stars 32 forks source link

Error installing versions from "use" flow #63

Closed tristanisham closed 7 months ago

tristanisham commented 8 months ago
go run . use 0.11.0

  Error   

2024/03/22 00:28:39 ERRO symlink /home/tristan/.zvm/0.11.0 /home/tristan/.zvm/bin: file exists

Please report this error as a GitHub issue.
https://github.com/tristanisham/zvm/issues/

exit status 1
guidoschmidt commented 7 months ago

@tristanisham Just found some time to look into this #70, fixed it on my Windows machine

tristanisham commented 7 months ago

Thank you!