Skip to content
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

Only way to get REPL to work is by running sudo tidalvim #54

Open
winstonmyers opened this issue Sep 21, 2020 · 1 comment
Open

Only way to get REPL to work is by running sudo tidalvim #54

winstonmyers opened this issue Sep 21, 2020 · 1 comment

Comments

@winstonmyers
Copy link

I had been able to run TidalCycles using SuperCollider on my Mac OS X - Catalina, but have been unable to get the vim-tidal plugin to work. It seems like my user or user group has some permission issues, but I have looked all over the /usr/local/bin/ghc folder as well as changed the permissions to allow the user and user group to have read, write, and execute access. I tried chmod, chown, chirp, but still the only way to get the vim-tidal REPL to work is by launching sudo tidalvim, which I’d rather not do.

Here is the what comes up in my console when I run tidalvim:
03E4230C-0D8A-4C3E-82AB-6BD79D13283D

Here is what comes up when I run sudo tidalvim:
0611251A-BA8E-40CA-9201-9B7B1E3C466B

Any idea what I might be doing wrong?

@munshkr
Copy link
Member

munshkr commented Sep 22, 2020

Hi. Are you using Stack? In that case, I think the GHCI should be stack ghci instead of stack tidal. Try running:

$ export GHCI="stack ghci"
$ tidalvim

and see if it loads ghci correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants