.juliarc.jl in Julia1.0

Does this startup file or an equivalent exist for Julia1.0?

I created the file and added a line
println(“hello”)
but did not see the print when julia started. (Maybe it’s a problem with showing prints before julia is fully started?)

It’s a good idea to skim the docs or the release news after a major version, to see what has changed. :slight_smile:

Also, use julia 0.7 for upgrading packages, code or just for changing habits.

4 Likes