You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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).
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
.The text was updated successfully, but these errors were encountered: