JuliaPy / JuliaPy/Conda.jl

Conda installation leaves tmp/installer.sh behind

Open
#253 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.