logtom Could it be that symlink has an issue on Solus 4.1 KDE? sudo ./v symlink Failed to create symlink "/usr/local/bin/v". Try again with sudo.
logtom henkesteen This is what I used as a workaround. But can't we just get the symlink "command" to work somehow? EDIT: I mean people use it in/at documentation like here https://github.com/vlang/v. I feel discriminated if I have to use a workaround just because I use solus.
henkesteen logtom I feel discriminated if I have to use a workaround just because I use solus. wow...... ok Someone else that can help out?
logtom Girtablulu Ouch, you are right. It's a command from the application itself. I've found it here: https://github.com/vlang/v/blob/8be07194c7717253aaf16daa9c614ce1f0994b2f/cmd/v/symlink.v link_path := '/usr/local/bin/v' I guess the applications needs a pull request to fix this for distros without /usr/local/bin directory.
logtom This can be closed, because I'm stupid and didn't see that this is an command from the application and not a system command. Thanks Girtablulu
ender I don't think /usr/local/bin exists by default, you should create it and add it to your path. And using the default linux command instead doesn't look like a discrimination to me, not to mention the code you are running seems to use it anyway https://github.com/vlang/v/blob/master/cmd/v/symlink.v so …