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?)
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.
Also, use julia 0.7 for upgrading packages, code or just for changing habits.