-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flok assumes the location of binaries? #67
Comments
Hi! I'm afraid the path is hardcoded to To run a custom REPL, skip the
In this case I'm also setting the name of the target as You can also try to use the |
Please document this way of calling an executable. I can write such a text but I'm not confident about the details. |
Right. I took that suggestion to issue #68 |
Fixed on 2e0f620 flok-repl -t sclang --extra '{ "sclang": "/my/path/to/sclang" }' Let me know if it works for you now @pl-gauthier |
Yep it do. |
So I tried :
flok-repl -H ws://localhost:3000 -s YmUwNjhjNTYtNDRlYi00ZGNjLTk2NTgtNTJhZDFmMWI1ZmMz -t sclang
but got :
[unknown err] /bin/sh: /usr/local/bin/sclang: No such file or directory
because on my machine the command
which sclang
returns/usr/bin/sclang
.So I tried for the fun :
flok-repl -H ws://localhost:3000 -s YmUwNjhjNTYtNDRlYi00ZGNjLTk2NTgtNTJhZDFmMWI1ZmMz -t /usr/bin/sclang
which of course replied promptly with :
Unknown type /usr/bin/sclang. Must be one of: [ 'tidal', 'sclang', 'remote_sclang', 'foxdot' ]
The text was updated successfully, but these errors were encountered: