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

question about forking and executing. #2

Open
xyderos opened this issue Nov 3, 2019 · 1 comment
Open

question about forking and executing. #2

xyderos opened this issue Nov 3, 2019 · 1 comment

Comments

@xyderos
Copy link

xyderos commented Nov 3, 2019

Hello,

i found your tutorial really interesting and thanks for the great/meaningful explanations.

I am a fairly new user to xonsh but as soon as i am trying to call, lets say either ghci or the elixir compiler, i get an error in subprocess mode that the command was not found.

I am coming from bash then zsh.

Cheers,
Konstantinos

@ninjaaron
Copy link
Owner

That means the ghci and elixir executables are not in you $PATH. It may be that your .bashrc or .zshrc were modified when you installed and set up these languages.

You will need to find where the executables live (perhaps from inside zsh or bash using the which command`, and add them to your $PATH in .xonshrc or wherever.

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