choosenim icon indicating copy to clipboard operation
choosenim copied to clipboard

support multiple users using choosenim

Open Zectbumo opened this issue 2 years ago • 1 comments

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:

curl: (23) Failed writing body (0 != 1381)

workaround: user2 asks user1 to please delete all /tmp/choosenim-* directories.

Zectbumo avatar May 21 '23 04:05 Zectbumo

also demonstrated by a problem mentioned in the forum 3 years ago

Zectbumo avatar May 21 '23 04:05 Zectbumo