fix(release): ensure start_expert works if symlinked#572
fix(release): ensure start_expert works if symlinked#572doorgan merged 1 commit intoelixir-lang:mainfrom
Conversation
|
Thank you! Do we also need to update |
|
I'm not entirely sure. It would also be impossible for me to test any update to that file as I do not use windows. But from what I gathered by looking at the I can't say this for certain, but I think they lack that mechanism because symlinking is a less common practice in Windows-land. |
doorgan
left a comment
There was a problem hiding this comment.
We can add this for windows on a different pr if needed
Thank you! 💜
|
I can test Windows at some point (I have Expert set up on one), but I agree this should not block this PR. |
With this, it should now be possible to symlink `start_expert` anywhere (e.g. `~/.local/bin/expert`).
With this, it should now be possible to symlink
start_expertanywhere (e.g.~/.local/bin/expert).