You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: