Conda installation leaves tmp/installer.sh behind
Open
- Dominant language
- Julia
- Stars
- 187
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
Due to
```
if Sys.isunix()
installer = joinpath(INSTALLER_DIR, "installer.sh")
```
we currently leave a file "tmp/installer.sh". This causes trouble on multi-user systems (compute servers, etc.) - one user installs Conda.jl and creates and owns "tmp/installer.sh", then another user tries to install Conda.jl and get's the error that "installer.sh" can't be unlinked (because it's owned by the other user).
We should use a more random filename for the installer script. :-)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.