-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Rye doesn't install from curl command when /tmp is mounted NOEXEC #392
Comments
Reproducing this with rustup I get
So first thought is I can probably submit a PR with a similar helpful message. Second thought is I'm curious if we can't just provide a way to configure what |
I have to play with the install script more (not too experienced with this stuff), but a workaround for now is just manually installing using
|
I am a bit afraid that this problem does not just exist with the installer but also with rye itself. I think at the very least a better error message should be provided for now. |
Closing this. The improved error message is I think good enough. |
Steps to Reproduce
/tmp is mounted NOEXEC
Changing /tmp to EXEC fixes the issue.
Expected Result
Rye installs
Actual Result
Rye install fails because /tmp is mounted NOEXEC.
There should be an option to change TMP location or the installer should extract to $PWD.
Version Info
None yet -- -won't install.
Stacktrace
No response
The text was updated successfully, but these errors were encountered: