https://www.google.ch/webhp?q=windows+7+add+to+path

...

first 
hit: 
http://geekswithblogs.net/renso/archive/2009/10/21/how-to-set-the-windows-path-in-windows-7.aspx

or whats the problem here?

It would be easier to just adjust your ijulia sublime settings (as written 
in the sublime ijulia documentation...)

"windows": {
    "zmq_shared_library": "~/.julia/v0.3/ZMQ/deps/usr/lib/libzmq.dll",
    "commands": [
        {
            "command_name": "default",
            "julia": "julia-readline.exe",
            "julia_args": "",
            "ijulia_kernel": "~/.julia/v0.3/IJulia/src/kernel.jl"
        }
    ]
}

change

            "julia": "julia-readline.exe",

to

     "julia": "C:\Users\NN\AppData\Local\Julia-0.3.2\bin\julia.exe", 


Am Montag, 27. Oktober 2014 09:19:32 UTC+1 schrieb [email protected]:
>
>
> Julia is located at `C:\Users\NN\AppData\Local\Julia-0.3.2\bin\julia.exe`
>
> I should I add it in path? 
>
> I do not think it is correctly there since I ran the command prompt and 
> typed julia and it does not recognize the command
>
>
> On Sunday, October 26, 2014 4:15:42 AM UTC-7, [email protected] wrote:
>>
>> I tried Sublime IJulia from
>>
>> https://github.com/quinnj/Sublime-IJulia
>>
>> and followed the directions. Then I created a new file and put this code 
>> in
>>
>> print("Hello Julia")
>>
>> Then I pressed "Ctrl+B" to run it.I got an error which looks like this in 
>> the prompt:
>>
>>
>>
>> [WinError 2] The system cannot find the file specified
>> [cmd: ['julia', '']]
>> [dir: C:\Users\NN\Desktop\python]
>> [path:C:\Users\NN\AppData\Roaming\Sublime Text 
>> 3\Packages\IJulia/windeps/;C:\Python33]
>> [Finished]
>>
>> Does anyone know how to fix it so it works? I am using Sublime Text 3
>>
>

Reply via email to