-
-
Notifications
You must be signed in to change notification settings - Fork 481
Cannot use rtx wit appimages - How would I make this work? #921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm not clear on what it is you're actually trying to do. For some context, what is happening here is the binary isn't named "rtx", in that case rtx assumes it is a shim and attempts to call the underlying tool: https://github.com/jdx/rtx/blob/main/src/shims.rs#L28-L30 Perhaps there is a way we can alter that logic. |
@jdx My apology for taking so long to reply. I am using https://cursor.so/ and I get the following error when opening a terminal.
I tried adding /home/cocoonkid/.local/share/rtx/installs/node/20.8.0/bin/ as executable folder in the settings but no dice.
But when I open a regular terminal:
Currently I just run whatever I need in a separate terminal. But I thought I let you know about this issue with AppImage distributed applications. |
Co-authored-by: Jean-Yves LENHOF <jean-yves@lenhof.eu.org> Co-authored-by: James Hegedus <jthegedus@hey.com>
@jdx I'm running version 2024.4.8-1 on Arch and if I understood correctly, it should be fixed in this version. Should I configure mise in a specific way to avoid this problem with AppImage? I'm using Cursor here as well, similar to OP. Things I tried (Zsh):
On Bash, it seems to work fine with all methods... I also have VSCode (non-AppImage), which Cursor is based on and it works with Zsh, so it seems something weird is going on only when using Zsh+AppImage. |
i'm running into the same issue when using zsh and cursor on manjaro |
In this case it's the cursor editor (a vscode derivative).
So for example the poetry command is not available.
Thanks for looking into this. I usually do not use appimages but some projects I use do :)
The text was updated successfully, but these errors were encountered: