Skip to content

Starting Julia on Windows fails if JULIA_HOME is set #12428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
veita opened this issue Aug 2, 2015 · 4 comments
Closed

Starting Julia on Windows fails if JULIA_HOME is set #12428

veita opened this issue Aug 2, 2015 · 4 comments

Comments

@veita
Copy link

veita commented Aug 2, 2015

OS: Windows 7
Install Julia 0.3.11. Set JULIA_HOME=C:\devel\julia-0.3.11 as system environment variable.
Try to start Julia with the desktop link created by the setup.

-> Julia does not start.

The error message was System image file "C:\devel\julia-0.3.11\../lib/julia/sys.ji" not found.

@tkelman
Copy link
Contributor

tkelman commented Aug 2, 2015

That variable is significant. If you're going to set it, it needs to be set to the location of the julia.exe executable, or things are going to break. That's also true on other platforms.

@vtjnash vtjnash closed this as completed Aug 3, 2015
@tkelman
Copy link
Contributor

tkelman commented Aug 3, 2015

We could still maybe use some docs on this and other significant environment variables.

@veita
Copy link
Author

veita commented Aug 3, 2015

OK, this seems to be quite uncommon. Normally the home variables reference the installation directory, and the executables reside in a bin directory below (see e.g. JAVA_HOME, GROOVY_HOME, SCALA_HOME, ERLANG_HOME, or R_HOME).

@tkelman
Copy link
Contributor

tkelman commented Aug 3, 2015

ref #9981

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants