[julia-users] Re: Windows: enforce update of ENV["PATH"] after modifying it.

2015-10-16 Thread Tony Kelman
Modifying ENV only applies for as long as the current julia executable stays 
open, same as on unix. Changing environment variables permanently is doable in 
other ways, but I very strongly recommend against it for any code that you plan 
on having anyone else use.

[julia-users] Re: Windows: enforce update of ENV["PATH"] after modifying it.

2015-10-16 Thread Tomas Lycken
Modifying environment variables on Windows usually requires at least a sign 
out-sign in again. Can you try that?

// T

On Friday, October 16, 2015 at 2:06:26 PM UTC+2, bernhard wrote:
>
> Hi 
> can anyone help me with this? When PATH is modified this is not 
> immediately reflected in Julia (even after closing and starting Julia 
> again). I wonder if this can be done without a reboot.
> I am not sure whether this is at all a Julia issue though.
>
> Bernhard
>


[julia-users] Re: Windows: enforce update of ENV["PATH"] after modifying it.

2015-10-16 Thread J Luis
What???

I do that type of things all the time and never need to sign-out.
How do you change the PATH variable? If done with the System->... 
Environment variables box, one have to hit 'Apply' and that's it.

sexta-feira, 16 de Outubro de 2015 às 13:07:24 UTC+1, Tomas Lycken escreveu:
>
> Modifying environment variables on Windows usually requires at least a 
> sign out-sign in again. Can you try that?
>
> // T
>
> On Friday, October 16, 2015 at 2:06:26 PM UTC+2, bernhard wrote:
>>
>> Hi 
>> can anyone help me with this? When PATH is modified this is not 
>> immediately reflected in Julia (even after closing and starting Julia 
>> again). I wonder if this can be done without a reboot.
>> I am not sure whether this is at all a Julia issue though.
>>
>> Bernhard
>>
>

[julia-users] Re: Windows: enforce update of ENV["PATH"] after modifying it.

2015-10-16 Thread bernhard
No. That does not work for me.
Maybe there is a difference if you change the user path or the system path 
variable...
Or maybe there is some windows setting which handles the caching.
Or maybe you use another windows version. I am on 7 Enterprise.
It is fine though. Log off or reboot will do.

Am Freitag, 16. Oktober 2015 15:35:39 UTC+2 schrieb J Luis:
>
> What???
>
> I do that type of things all the time and never need to sign-out.
> How do you change the PATH variable? If done with the System->... 
> Environment variables box, one have to hit 'Apply' and that's it.
>
> sexta-feira, 16 de Outubro de 2015 às 13:07:24 UTC+1, Tomas Lycken 
> escreveu:
>>
>> Modifying environment variables on Windows usually requires at least a 
>> sign out-sign in again. Can you try that?
>>
>> // T
>>
>> On Friday, October 16, 2015 at 2:06:26 PM UTC+2, bernhard wrote:
>>>
>>> Hi 
>>> can anyone help me with this? When PATH is modified this is not 
>>> immediately reflected in Julia (even after closing and starting Julia 
>>> again). I wonder if this can be done without a reboot.
>>> I am not sure whether this is at all a Julia issue though.
>>>
>>> Bernhard
>>>
>>