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

Some os commands (ls, ping...) not working after bootstrap #281

Open
fleveque opened this issue Feb 24, 2017 · 1 comment
Open

Some os commands (ls, ping...) not working after bootstrap #281

fleveque opened this issue Feb 24, 2017 · 1 comment

Comments

@fleveque
Copy link

I'm having some trouble with my forked repo on my macOS Sierra. After installing, some commands like ls or ping don't work:

🔌 1:11 in .dotfiles/ on master
› ls
Traceback (most recent call last):
File "/usr/local/Cellar/grc/1.10_1/libexec/bin/grc", line 191, in
os.execvp(args[0], args)
File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/os.py", line 559, in execvp
_execvpe(file, args)
File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/os.py", line 604, in _execvpe
raise last_exc.with_traceback(tb)
File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/os.py", line 594, in _execvpe
exec_func(fullname, *argrest)
FileNotFoundError: [Errno 2] No such file or directory

Does anybody have a clue about what could be the problem?

@samuelleach
Copy link

It seems to be related to garabik/grc#54

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