Julia 1.5 on Windows Terminal

remove the powershell.exe, it isn’t needed. Just e.g.:

            {
                "name": "Julia 1.5.0",
                "commandline": "C:\\Users\\myname\\AppData\\Local\\Programs\\Julia 1.5.0\\julia.exe"",
                "hidden": false,
                "icon": "c:\\Users\\myname\\Documents\\julia_2.ico"
            },

Of course, for the icon to work, you have to extract it first from the .exe and save it in the path you like.

1 Like