ExUnit can't find the right Elixir install #15
Unanswered
andyleclair
asked this question in
Q&A
Replies: 1 comment 2 replies
-
try to run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got
exunit.el
installed in my emacs via DOOM and I'm having this issue every time I try to run the tests (or iex for that matter) in any buffer.This seems to me that
exunit.el
is not running in the context of the right shell (or maybe is being compiled without my shell env?) However, when I openeshell
and run commands likeelixir -v
,iex -S mix
, ormix test
everything works just fine. Running(exunit-project-root)
fromeshell
returns the right directory.I'm sorta new to emacs so please let me know if I'm doing something horribly wrong or if this isn't the right way to go about solving this issue. Thank you for the package!
Beta Was this translation helpful? Give feedback.
All reactions