Skip to content

Conda installation leaves tmp/installer.sh behind #253

@oschulz

Description

@oschulz

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. :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions