Re: [julia-users] How to avoid LOAD_PATH at each julia session

2016-09-06 Thread Ahmed Mazari
thank you On Tuesday, September 6, 2016 at 4:06:21 PM UTC+2, Michele Zaffalon wrote: > > And here: > http://docs.julialang.org/en/release-0.4/manual/modules/?highlight=juliarc > > On Tue, Sep 6, 2016 at 4:05 PM, Michele Zaffalon > wrote: > >> Put that line in .juliarc as described in the docs:

Re: [julia-users] How to avoid LOAD_PATH at each julia session

2016-09-06 Thread Michele Zaffalon
And here: http://docs.julialang.org/en/release-0.4/manual/modules/?highlight=juliarc On Tue, Sep 6, 2016 at 4:05 PM, Michele Zaffalon wrote: > Put that line in .juliarc as described in the docs: http://docs.julialang. > org/en/release-0.4/manual/getting-started/?highlight=juliarc > > On Tue, Sep

Re: [julia-users] How to avoid LOAD_PATH at each julia session

2016-09-06 Thread Michele Zaffalon
Put that line in .juliarc as described in the docs: http://docs.julialang.org/en/release-0.4/manual/getting-started/?highlight=juliarc On Tue, Sep 6, 2016 at 4:00 PM, Ahmed Mazari wrote: > hello > push!(LOAD_PATH," the path") > > how can l avoid putting this line of code at each julia session. e

[julia-users] How to avoid LOAD_PATH at each julia session

2016-09-06 Thread Ahmed Mazari
hello push!(LOAD_PATH," the path") how can l avoid putting this line of code at each julia session. each time l went to julia l should do that and it's really boring thank you