xonsh-quickstart
xonsh-quickstart copied to clipboard
question about forking and executing.
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
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.