bcpierce00 / unison

Unison file synchronizer
GNU General Public License v3.0
3.86k stars 224 forks source link

unison gui report: `bash: line1: unison: command not found` #1048

Closed eval-exec closed 1 week ago

eval-exec commented 1 week ago

I installed unison on my laptop, and I launch the unison gui program, specified two directory and click Open, it show me: image

I guess it's related to my NixOS operating system. I'm sure I have unison executable file on my PATH:

❯ which unison
/etc/profiles/per-user/exec/bin/unison
nixos-configuration on  main
❯ unison -version
unison version 2.53.5 (ocaml 5.1.1)

And, in NixOS, there is no /bin/bash:

❯ ls /bin/bash
"/bin/bash": No such file or directory (os error 2)

How to fix this?

eval-exec commented 1 week ago

It works after I install unison on my remote server.

gdt commented 1 week ago

@eval-exec I see you closed this, but the issues are not a help forum. Please explain how you came to file an issue without seeing the Reporting Bugs wiki page.

eval-exec commented 1 week ago

@eval-exec I see you closed this, but the issues are not a help forum. Please explain how you came to file an issue without seeing the Reporting Bugs wiki page.

I apologize for not adhering to the guidelines. I missed the Reporting Bugs wiki page, but I will make sure to review it thoroughly before submitting any future issues. Thank you for bringing this to my attention.