#Unable to find zig installation dir
1 messages · Page 1 of 1 (latest)
In linux, ln -s <from-path> <to-path> should work
-s is for symbolic link
I recommend putting an absolute path in <from-path>
Probably <to-path> is /bin/zig
zig executable
You should delete your zig executable copy in /bin
(1) Did it work?
(2) (I should have asked this first) Did you try to run the zig executable from the untared folder?