You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When transitioning from Julia v0.5 to v0.6, I find it useful to start julia v0.6 with the --startup-file=no flag. This works alright until I do for instance Pkg.update(), in the end of which julia tries to load the startup file, which in my case causes an error to be thrown. My solution is to comment out everything in the file, which is a bit awkward.
The text was updated successfully, but these errors were encountered:
When transitioning from Julia v0.5 to v0.6, I find it useful to start julia v0.6 with the
--startup-file=no
flag. This works alright until I do for instancePkg.update()
, in the end of which julia tries to load the startup file, which in my case causes an error to be thrown. My solution is to comment out everything in the file, which is a bit awkward.The text was updated successfully, but these errors were encountered: