Skip to content

Provide a julia.bat file in the installation directory of Julia on Windows #34552

@KristofferC

Description

@KristofferC

Background issue: JuliaLang/www.julialang.org#615.

Basically, to be able to start Julia from the terminal in Windows, one has to add the Julia-1.x.y/bin folder to PATH which I have understood is a bad idea because Windows also look in PATH for shared libraries to load for all applications (like LD_LIBRARY_PATH).

In a similar vein to the julia.bat file we create when compiling Julia on Windows, we could also distribute a julia.bat-file that is in the Julia installation directory. It would then be enough to add that directory to PATH (which doesn't contain any shared libraries).

cc @musm, do you think that is a reasonable idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildingBuild system, or building Julia or its dependenciessystem:windowsAffects only Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions