We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently only one user can use choosenim at a time due to permission problems in the /tmp directory.
steps to reproduce:
login as user1 curl https://nim-lang.org/choosenim/init.sh -sSf | sh (success)
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
login as user2 curl https://nim-lang.org/choosenim/init.sh -sSf | sh error:
curl: (23) Failed writing body (0 != 1381)
workaround: user2 asks user1 to please delete all /tmp/choosenim-* directories.
The text was updated successfully, but these errors were encountered:
also demonstrated by a problem mentioned in the forum 3 years ago
Sorry, something went wrong.
No branches or pull requests
currently only one user can use choosenim at a time due to permission problems in the /tmp directory.
steps to reproduce:
login as user1
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
(success)
login as user2
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
error:
workaround:
user2 asks user1 to please delete all /tmp/choosenim-* directories.
The text was updated successfully, but these errors were encountered: