(it is a reasonable question)
If you want to use a .juliarc.jl file (notice the leading '.' in its name),
create it.
It usually would be placed as
(linuxs) ~/.juliarc.jl
(apple) /home/.juliarc.jl
(win?) c:\Users\*you*\.juliarc.jl
then put what you want to put inside
On Monday, February 1, 2016 at 4:47:03 PM UTC-5, digxx wrote:
>
> Maybe one dumb question about the juliarc.jl
> In what folder should that be?! Apparently I dont have it, does it have to
> contain some basic content?
> if I do:
>
> default(tickfont = font(f,8), guidefont = font(f,11), legendfont =
> font(f,8)) > ~./juliarc.jl
> it says:
> ERROR: syntax: "/" is not a unary operator
>