xonsh-quickstart icon indicating copy to clipboard operation
xonsh-quickstart copied to clipboard

question about forking and executing.

Open xyderos opened this issue 5 years ago • 1 comments

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

xyderos avatar Nov 03 '19 10:11 xyderos

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.

ninjaaron avatar Nov 03 '19 10:11 ninjaaron