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
Use environment variable in a Julia path in settings of julia-client, e.g. %HOMEPATH%\AppData\Local\Julia-1.3.0\bin\julia.exe
Julia REPL crashes, showing:
Press Enter to start Julia.
Start-Process : This command cannot be run due to the error: The system cannot find the file
specified.
At C:\Users\Azathoth\.atom\packages\julia-client\script\spawnInterruptible.ps1:8 char:9
+ $proc = Start-Process "`"$jlpath`"" $jlargs -NoNewWindow -PassThru
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
+ FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcess
Command
I want to use env vars here, because I use sync-settings to synchronize settings between two PCs which have Julia installed in different directories, but same directory relatively to the %HOMEPATH% variable.
The text was updated successfully, but these errors were encountered:
Details
Steps to reproduce
Use environment variable in a Julia path in settings of julia-client, e.g. %HOMEPATH%\AppData\Local\Julia-1.3.0\bin\julia.exe
Julia REPL crashes, showing:
I want to use env vars here, because I use sync-settings to synchronize settings between two PCs which have Julia installed in different directories, but same directory relatively to the
%HOMEPATH%
variable.The text was updated successfully, but these errors were encountered: